Html Css Color HEX #C40709 Venetian Red

📋 copy color: '#C40709'

red 196 ◦ green 7 ◦ blue 9

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

Shades of Venetian Red #C40709

Tints of Venetian Red #C40709

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.3%

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

R = 92.45%
G = 3.3%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C40709 (or 0xC40709) is known color: Venetian Red. HEX triplet: C4, 07 and 09. RGB value is (196,7,9). Sum of RGB (Red+Green+Blue) = 196+7+9=212 (28% of max value = 765). Red value is 196 (76.95% from 255 or 92.45% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 9 (3.91% from 255 or 4.25% from 212); Max value from RGB is 196 - color contains mainly: red. Hex color #C40709 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40709 is #3BF8F6. Grayscale: #3F3F3F. Windows color (decimal): -3930359 or 591812. OLE color: 591812.

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

Color convert

RGB 196 7 9 -
CMYK 0 0.96 0.95 0.23
HSL 359.37º 0.93% 0.4% -
HSV(B) 359.37º 0.96% 0.77% -
XYZ 22.89 11.91 1.35 -
YUV 63.74 97.12 222.34 -
System Red Green Blue C M Y K H S L
Decimal 196 7 9 0 0.96 0.95 0.23 359.37 0.93 0.4
Hex C4 7 9 0 60 5F 17 167 5D 28
Octal 304 7 11 0 140 137 27 547 135 50
Binary 11000100 111 1001 0 1100000 1011111 10111 101100111 1011101 101000

Color Harmonies of #C40709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40709

Black with #C40709

Text Example


Text Example

White with #C40709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40709; }

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

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

background-color css

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

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

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

border-color css

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

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

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