Html Css Color HEX #C40212 Venetian Red

📋 copy color: '#C40212'

red 196 ◦ green 2 ◦ blue 18

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

Shades of Venetian Red #C40212

Tints of Venetian Red #C40212

RGB

 RED value IS 196 (76.95% from 255) = 90.74%

 GREEN value IS 2 (1.17% from 255) = 0.93%

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

R = 90.74%
G = 0.93%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C40212 (or 0xC40212) is known color: Venetian Red. HEX triplet: C4, 02 and 12. RGB value is (196,2,18). Sum of RGB (Red+Green+Blue) = 196+2+18=216 (28% of max value = 765). Red value is 196 (76.95% from 255 or 90.74% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 18 (7.42% from 255 or 8.33% from 216); Max value from RGB is 196 - color contains mainly: red. Hex color #C40212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40212 is #3BFDED. Grayscale: #3D3D3D. Windows color (decimal): -3931630 or 1180356. OLE color: 1180356.

HSL color Cylindrical-coordinate representation of color #C40212: hue angle of 355.05º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C40212 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 2 18 -
CMYK 0 0.99 0.91 0.23
HSL 355.05º 0.98% 0.39% -
HSV(B) 355.05º 0.99% 0.77% -
XYZ 22.9 11.82 1.65 -
YUV 61.83 103.27 223.7 -
System Red Green Blue C M Y K H S L
Decimal 196 2 18 0 0.99 0.91 0.23 355.05 0.98 0.39
Hex C4 2 12 0 63 5B 17 163 62 27
Octal 304 2 22 0 143 133 27 543 142 47
Binary 11000100 10 10010 0 1100011 1011011 10111 101100011 1100010 100111

Color Harmonies of #C40212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40212

Black with #C40212

Text Example


Text Example

White with #C40212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40212; }

 p { color: rgb(196,2,18); }

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

background-color css

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

 a { background-color: rgb(196,2,18); }

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

border-color css

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

 span { border-color: rgb(196,2,18); }

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