Html Css Color HEX #C20314 Venetian Red

📋 copy color: '#C20314'

red 194 ◦ green 3 ◦ blue 20

#C20314
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #C20314

Tints of Venetian Red #C20314

RGB

 RED value IS 194 (76.17% from 255) = 89.4%

 GREEN value IS 3 (1.56% from 255) = 1.38%

 BLUE value IS 20 (8.2% from 255) = 9.22%

R = 89.4%
G = 1.38%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C20314 (or 0xC20314) is known color: Venetian Red. HEX triplet: C2, 03 and 14. RGB value is (194,3,20). Sum of RGB (Red+Green+Blue) = 194+3+20=217 (28% of max value = 765). Red value is 194 (76.17% from 255 or 89.40% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 20 (8.20% from 255 or 9.22% from 217); Max value from RGB is 194 - color contains mainly: red. Hex color #C20314 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20314 is #3DFCEB. Grayscale: #3E3E3E. Windows color (decimal): -4062444 or 1311682. OLE color: 1311682.

HSL color Cylindrical-coordinate representation of color #C20314: hue angle of 354.66º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C20314 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 3 20 -
CMYK 0 0.98 0.90 0.24
HSL 354.66º 0.97% 0.39% -
HSV(B) 354.66º 0.98% 0.76% -
XYZ 22.41 11.58 1.72 -
YUV 62.05 104.28 222.12 -
System Red Green Blue C M Y K H S L
Decimal 194 3 20 0 0.98 0.90 0.24 354.66 0.97 0.39
Hex C2 3 14 0 62 5A 18 163 61 27
Octal 302 3 24 0 142 132 30 543 141 47
Binary 11000010 11 10100 0 1100010 1011010 11000 101100011 1100001 100111

Color Harmonies of #C20314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20314

Black with #C20314

Text Example


Text Example

White with #C20314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20314; }

 p { color: rgb(194,3,20); }

 H1.HeaderClassName
 {
   color: #C20314;
 }
 .AnyTagClassName
 {
   color: #C20314;
 }
</style>

background-color css

<style>
 a { background-color: #C20314; }

 a { background-color: rgb(194,3,20); }

 div.DivClassName
 {
   background-color: #C20314;
 }
 .BgClassName
 {
   background-color: #C20314;
 }
</style>

border-color css

<style>
 span { border-color: #C20314; }

 span { border-color: rgb(194,3,20); }

 td.TdClassName
 {
   border-color: #C20314;
 }
 .TagClassName
 {
   border-color: #C20314;
 }
</style>