Html Css Color HEX #C40115 Venetian Red

📋 copy color: '#C40115'

red 196 ◦ green 1 ◦ blue 21

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

Shades of Venetian Red #C40115

Tints of Venetian Red #C40115

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

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

R = 89.91%
G = 0.46%
B = 9.63%

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

#C40115 (or 0xC40115) is known color: Venetian Red. HEX triplet: C4, 01 and 15. RGB value is (196,1,21). Sum of RGB (Red+Green+Blue) = 196+1+21=218 (28% of max value = 765). Red value is 196 (76.95% from 255 or 89.91% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 21 (8.59% from 255 or 9.63% from 218); Max value from RGB is 196 - color contains mainly: red. Hex color #C40115 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40115 is #3BFEEA. Grayscale: #3D3D3D. Windows color (decimal): -3931883 or 1376708. OLE color: 1376708.

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

Color convert

RGB 196 1 21 -
CMYK 0 0.99 0.89 0.23
HSL 353.85º 0.99% 0.39% -
HSV(B) 353.85º 0.99% 0.77% -
XYZ 22.91 11.81 1.78 -
YUV 61.59 105.1 223.87 -
System Red Green Blue C M Y K H S L
Decimal 196 1 21 0 0.99 0.89 0.23 353.85 0.99 0.39
Hex C4 1 15 0 63 59 17 162 63 27
Octal 304 1 25 0 143 131 27 542 143 47
Binary 11000100 1 10101 0 1100011 1011001 10111 101100010 1100011 100111

Color Harmonies of #C40115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40115

Black with #C40115

Text Example


Text Example

White with #C40115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40115; }

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

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

background-color css

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

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

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

border-color css

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

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

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