Html Css Color HEX #C40406 Venetian Red

📋 copy color: '#C40406'

red 196 ◦ green 4 ◦ blue 6

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

Shades of Venetian Red #C40406

Tints of Venetian Red #C40406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.91%

R = 95.15%
G = 1.94%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C40406 (or 0xC40406) is known color: Venetian Red. HEX triplet: C4, 04 and 06. RGB value is (196,4,6). Sum of RGB (Red+Green+Blue) = 196+4+6=206 (27% of max value = 765). Red value is 196 (76.95% from 255 or 95.15% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 6 (2.73% from 255 or 2.91% from 206); Max value from RGB is 196 - color contains mainly: red. Hex color #C40406 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40406 is #3BFBF9. Grayscale: #3D3D3D. Windows color (decimal): -3931130 or 394436. OLE color: 394436.

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

Color convert

RGB 196 4 6 -
CMYK 0 0.98 0.97 0.23
HSL 359.38º 0.96% 0.39% -
HSV(B) 359.38º 0.98% 0.77% -
XYZ 22.84 11.84 1.25 -
YUV 61.64 96.61 223.84 -
System Red Green Blue C M Y K H S L
Decimal 196 4 6 0 0.98 0.97 0.23 359.38 0.96 0.39
Hex C4 4 6 0 62 61 17 167 60 27
Octal 304 4 6 0 142 141 27 547 140 47
Binary 11000100 100 110 0 1100010 1100001 10111 101100111 1100000 100111

Color Harmonies of #C40406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40406

Black with #C40406

Text Example


Text Example

White with #C40406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40406; }

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

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

background-color css

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

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

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

border-color css

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

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

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