Html Css Color HEX #C20412 Venetian Red

📋 copy color: '#C20412'

red 194 ◦ green 4 ◦ blue 18

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

Shades of Venetian Red #C20412

Tints of Venetian Red #C20412

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.85%

 BLUE value IS 18 (7.42% from 255) = 8.33%

R = 89.81%
G = 1.85%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C20412 (or 0xC20412) is known color: Venetian Red. HEX triplet: C2, 04 and 12. RGB value is (194,4,18). Sum of RGB (Red+Green+Blue) = 194+4+18=216 (28% of max value = 765). Red value is 194 (76.17% from 255 or 89.81% from 216); Green value is 4 (1.95% from 255 or 1.85% from 216); Blue value is 18 (7.42% from 255 or 8.33% from 216); Max value from RGB is 194 - color contains mainly: red. Hex color #C20412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20412 is #3DFBED. Grayscale: #3E3E3E. Windows color (decimal): -4062190 or 1180866. OLE color: 1180866.

HSL color Cylindrical-coordinate representation of color #C20412: hue angle of 355.58º degrees, saturation: 0.96, 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 #C20412 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 4 18 -
CMYK 0 0.98 0.91 0.24
HSL 355.58º 0.96% 0.39% -
HSV(B) 355.58º 0.98% 0.76% -
XYZ 22.4 11.6 1.63 -
YUV 62.41 102.95 221.86 -
System Red Green Blue C M Y K H S L
Decimal 194 4 18 0 0.98 0.91 0.24 355.58 0.96 0.39
Hex C2 4 12 0 62 5B 18 164 60 27
Octal 302 4 22 0 142 133 30 544 140 47
Binary 11000010 100 10010 0 1100010 1011011 11000 101100100 1100000 100111

Color Harmonies of #C20412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20412

Black with #C20412

Text Example


Text Example

White with #C20412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20412; }

 p { color: rgb(194,4,18); }

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

background-color css

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

 a { background-color: rgb(194,4,18); }

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

border-color css

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

 span { border-color: rgb(194,4,18); }

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