Html Css Color HEX #C40206 Venetian Red

📋 copy color: '#C40206'

red 196 ◦ green 2 ◦ blue 6

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

Shades of Venetian Red #C40206

Tints of Venetian Red #C40206

RGB

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

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

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

R = 96.08%
G = 0.98%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C40206 (or 0xC40206) is known color: Venetian Red. HEX triplet: C4, 02 and 06. RGB value is (196,2,6). Sum of RGB (Red+Green+Blue) = 196+2+6=204 (27% of max value = 765). Red value is 196 (76.95% from 255 or 96.08% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 6 (2.73% from 255 or 2.94% from 204); Max value from RGB is 196 - color contains mainly: red. Hex color #C40206 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40206 is #3BFDF9. Grayscale: #3C3C3C. Windows color (decimal): -3931642 or 393924. OLE color: 393924.

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

Color convert

RGB 196 2 6 -
CMYK 0 0.99 0.97 0.23
HSL 358.76º 0.98% 0.39% -
HSV(B) 358.76º 0.99% 0.77% -
XYZ 22.82 11.79 1.25 -
YUV 60.46 97.27 224.67 -
System Red Green Blue C M Y K H S L
Decimal 196 2 6 0 0.99 0.97 0.23 358.76 0.98 0.39
Hex C4 2 6 0 63 61 17 167 62 27
Octal 304 2 6 0 143 141 27 547 142 47
Binary 11000100 10 110 0 1100011 1100001 10111 101100111 1100010 100111

Color Harmonies of #C40206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40206

Black with #C40206

Text Example


Text Example

White with #C40206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40206; }

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

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

background-color css

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

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

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

border-color css

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

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

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