Html Css Color HEX #C40916 Venetian Red

📋 copy color: '#C40916'

red 196 ◦ green 9 ◦ blue 22

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

Shades of Venetian Red #C40916

Tints of Venetian Red #C40916

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.96%

 BLUE value IS 22 (8.98% from 255) = 9.69%

R = 86.34%
G = 3.96%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C40916 (or 0xC40916) is known color: Venetian Red. HEX triplet: C4, 09 and 16. RGB value is (196,9,22). Sum of RGB (Red+Green+Blue) = 196+9+22=227 (30% of max value = 765). Red value is 196 (76.95% from 255 or 86.34% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 22 (8.98% from 255 or 9.69% from 227); Max value from RGB is 196 - color contains mainly: red. Hex color #C40916 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40916 is #3BF6E9. Grayscale: #424242. Windows color (decimal): -3929834 or 1444292. OLE color: 1444292.

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

Color convert

RGB 196 9 22 -
CMYK 0 0.95 0.89 0.23
HSL 355.83º 0.91% 0.4% -
HSV(B) 355.83º 0.95% 0.77% -
XYZ 23.01 11.99 1.86 -
YUV 66.4 102.95 220.44 -
System Red Green Blue C M Y K H S L
Decimal 196 9 22 0 0.95 0.89 0.23 355.83 0.91 0.4
Hex C4 9 16 0 5F 59 17 164 5B 28
Octal 304 11 26 0 137 131 27 544 133 50
Binary 11000100 1001 10110 0 1011111 1011001 10111 101100100 1011011 101000

Color Harmonies of #C40916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40916

Black with #C40916

Text Example


Text Example

White with #C40916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40916; }

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

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

background-color css

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

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

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

border-color css

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

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

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