Html Css Color HEX #C40209 Venetian Red

📋 copy color: '#C40209'

red 196 ◦ green 2 ◦ blue 9

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

Shades of Venetian Red #C40209

Tints of Venetian Red #C40209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.35%

R = 94.69%
G = 0.97%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C40209 (or 0xC40209) is known color: Venetian Red. HEX triplet: C4, 02 and 09. RGB value is (196,2,9). Sum of RGB (Red+Green+Blue) = 196+2+9=207 (27% of max value = 765). Red value is 196 (76.95% from 255 or 94.69% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 9 (3.91% from 255 or 4.35% from 207); Max value from RGB is 196 - color contains mainly: red. Hex color #C40209 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40209 is #3BFDF6. Grayscale: #3C3C3C. Windows color (decimal): -3931639 or 590532. OLE color: 590532.

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

Color convert

RGB 196 2 9 -
CMYK 0 0.99 0.95 0.23
HSL 357.84º 0.98% 0.39% -
HSV(B) 357.84º 0.99% 0.77% -
XYZ 22.84 11.8 1.33 -
YUV 60.8 98.77 224.43 -
System Red Green Blue C M Y K H S L
Decimal 196 2 9 0 0.99 0.95 0.23 357.84 0.98 0.39
Hex C4 2 9 0 63 5F 17 166 62 27
Octal 304 2 11 0 143 137 27 546 142 47
Binary 11000100 10 1001 0 1100011 1011111 10111 101100110 1100010 100111

Color Harmonies of #C40209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40209

Black with #C40209

Text Example


Text Example

White with #C40209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40209; }

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

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

background-color css

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

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

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

border-color css

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

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

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