Html Css Color HEX #C40213 Venetian Red

📋 copy color: '#C40213'

red 196 ◦ green 2 ◦ blue 19

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

Shades of Venetian Red #C40213

Tints of Venetian Red #C40213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.76%

R = 90.32%
G = 0.92%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C40213 (or 0xC40213) is known color: Venetian Red. HEX triplet: C4, 02 and 13. RGB value is (196,2,19). Sum of RGB (Red+Green+Blue) = 196+2+19=217 (28% of max value = 765). Red value is 196 (76.95% from 255 or 90.32% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 19 (7.81% from 255 or 8.76% from 217); Max value from RGB is 196 - color contains mainly: red. Hex color #C40213 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40213 is #3BFDEC. Grayscale: #3E3E3E. Windows color (decimal): -3931629 or 1245892. OLE color: 1245892.

HSL color Cylindrical-coordinate representation of color #C40213: hue angle of 354.74º 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 #C40213 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 2 19 -
CMYK 0 0.99 0.90 0.23
HSL 354.74º 0.98% 0.39% -
HSV(B) 354.74º 0.99% 0.77% -
XYZ 22.9 11.83 1.69 -
YUV 61.94 103.77 223.62 -
System Red Green Blue C M Y K H S L
Decimal 196 2 19 0 0.99 0.90 0.23 354.74 0.98 0.39
Hex C4 2 13 0 63 5A 17 163 62 27
Octal 304 2 23 0 143 132 27 543 142 47
Binary 11000100 10 10011 0 1100011 1011010 10111 101100011 1100010 100111

Color Harmonies of #C40213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40213

Black with #C40213

Text Example


Text Example

White with #C40213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40213; }

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

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

background-color css

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

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

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

border-color css

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

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

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