Html Css Color HEX #C40215 Venetian Red

📋 copy color: '#C40215'

red 196 ◦ green 2 ◦ blue 21

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

Shades of Venetian Red #C40215

Tints of Venetian Red #C40215

RGB

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

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

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

R = 89.5%
G = 0.91%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C40215 (or 0xC40215) is known color: Venetian Red. HEX triplet: C4, 02 and 15. RGB value is (196,2,21). Sum of RGB (Red+Green+Blue) = 196+2+21=219 (29% of max value = 765). Red value is 196 (76.95% from 255 or 89.50% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 21 (8.59% from 255 or 9.59% from 219); Max value from RGB is 196 - color contains mainly: red. Hex color #C40215 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40215 is #3BFDEA. Grayscale: #3E3E3E. Windows color (decimal): -3931627 or 1376964. OLE color: 1376964.

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

Color convert

RGB 196 2 21 -
CMYK 0 0.99 0.89 0.23
HSL 354.12º 0.98% 0.39% -
HSV(B) 354.12º 0.99% 0.77% -
XYZ 22.92 11.83 1.79 -
YUV 62.17 104.77 223.46 -
System Red Green Blue C M Y K H S L
Decimal 196 2 21 0 0.99 0.89 0.23 354.12 0.98 0.39
Hex C4 2 15 0 63 59 17 162 62 27
Octal 304 2 25 0 143 131 27 542 142 47
Binary 11000100 10 10101 0 1100011 1011001 10111 101100010 1100010 100111

Color Harmonies of #C40215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40215

Black with #C40215

Text Example


Text Example

White with #C40215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40215; }

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

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

background-color css

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

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

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

border-color css

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

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

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