Html Css Color HEX #C40409 Venetian Red

📋 copy color: '#C40409'

red 196 ◦ green 4 ◦ blue 9

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

Shades of Venetian Red #C40409

Tints of Venetian Red #C40409

RGB

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

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

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

R = 93.78%
G = 1.91%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C40409 (or 0xC40409) is known color: Venetian Red. HEX triplet: C4, 04 and 09. RGB value is (196,4,9). Sum of RGB (Red+Green+Blue) = 196+4+9=209 (27% of max value = 765). Red value is 196 (76.95% from 255 or 93.78% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 9 (3.91% from 255 or 4.31% from 209); Max value from RGB is 196 - color contains mainly: red. Hex color #C40409 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40409 is #3BFBF6. Grayscale: #3E3E3E. Windows color (decimal): -3931127 or 591044. OLE color: 591044.

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

Color convert

RGB 196 4 9 -
CMYK 0 0.98 0.95 0.23
HSL 358.44º 0.96% 0.39% -
HSV(B) 358.44º 0.98% 0.77% -
XYZ 22.86 11.84 1.34 -
YUV 61.98 98.11 223.59 -
System Red Green Blue C M Y K H S L
Decimal 196 4 9 0 0.98 0.95 0.23 358.44 0.96 0.39
Hex C4 4 9 0 62 5F 17 166 60 27
Octal 304 4 11 0 142 137 27 546 140 47
Binary 11000100 100 1001 0 1100010 1011111 10111 101100110 1100000 100111

Color Harmonies of #C40409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40409

Black with #C40409

Text Example


Text Example

White with #C40409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40409; }

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

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

background-color css

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

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

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

border-color css

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

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

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