Html Css Color HEX #C40413 Venetian Red

📋 copy color: '#C40413'

red 196 ◦ green 4 ◦ blue 19

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

Shades of Venetian Red #C40413

Tints of Venetian Red #C40413

RGB

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

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

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

R = 89.5%
G = 1.83%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C40413 (or 0xC40413) is known color: Venetian Red. HEX triplet: C4, 04 and 13. RGB value is (196,4,19). Sum of RGB (Red+Green+Blue) = 196+4+19=219 (29% of max value = 765). Red value is 196 (76.95% from 255 or 89.50% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 196 - color contains mainly: red. Hex color #C40413 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40413 is #3BFBEC. Grayscale: #3F3F3F. Windows color (decimal): -3931117 or 1246404. OLE color: 1246404.

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

Color convert

RGB 196 4 19 -
CMYK 0 0.98 0.90 0.23
HSL 355.31º 0.96% 0.39% -
HSV(B) 355.31º 0.98% 0.77% -
XYZ 22.93 11.87 1.7 -
YUV 63.12 103.11 222.78 -
System Red Green Blue C M Y K H S L
Decimal 196 4 19 0 0.98 0.90 0.23 355.31 0.96 0.39
Hex C4 4 13 0 62 5A 17 163 60 27
Octal 304 4 23 0 142 132 27 543 140 47
Binary 11000100 100 10011 0 1100010 1011010 10111 101100011 1100000 100111

Color Harmonies of #C40413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40413

Black with #C40413

Text Example


Text Example

White with #C40413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40413; }

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

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

background-color css

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

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

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

border-color css

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

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

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