Html Css Color HEX #C40815 Venetian Red

📋 copy color: '#C40815'

red 196 ◦ green 8 ◦ blue 21

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

Shades of Venetian Red #C40815

Tints of Venetian Red #C40815

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.56%

 BLUE value IS 21 (8.59% from 255) = 9.33%

R = 87.11%
G = 3.56%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C40815 (or 0xC40815) is known color: Venetian Red. HEX triplet: C4, 08 and 15. RGB value is (196,8,21). Sum of RGB (Red+Green+Blue) = 196+8+21=225 (29% of max value = 765). Red value is 196 (76.95% from 255 or 87.11% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 21 (8.59% from 255 or 9.33% from 225); Max value from RGB is 196 - color contains mainly: red. Hex color #C40815 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40815 is #3BF7EA. Grayscale: #414141. Windows color (decimal): -3930091 or 1378500. OLE color: 1378500.

HSL color Cylindrical-coordinate representation of color #C40815: hue angle of 355.85º degrees, saturation: 0.92, 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 #C40815 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 8 21 -
CMYK 0 0.96 0.89 0.23
HSL 355.85º 0.92% 0.4% -
HSV(B) 355.85º 0.96% 0.77% -
XYZ 22.99 11.96 1.81 -
YUV 65.69 102.78 220.94 -
System Red Green Blue C M Y K H S L
Decimal 196 8 21 0 0.96 0.89 0.23 355.85 0.92 0.4
Hex C4 8 15 0 60 59 17 164 5C 28
Octal 304 10 25 0 140 131 27 544 134 50
Binary 11000100 1000 10101 0 1100000 1011001 10111 101100100 1011100 101000

Color Harmonies of #C40815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40815

Black with #C40815

Text Example


Text Example

White with #C40815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40815; }

 p { color: rgb(196,8,21); }

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

background-color css

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

 a { background-color: rgb(196,8,21); }

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

border-color css

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

 span { border-color: rgb(196,8,21); }

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