Html Css Color HEX #C01215 Venetian Red

📋 copy color: '#C01215'

red 192 ◦ green 18 ◦ blue 21

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

Shades of Venetian Red #C01215

Tints of Venetian Red #C01215

RGB

 RED value IS 192 (75.39% from 255) = 83.12%

 GREEN value IS 18 (7.42% from 255) = 7.79%

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

R = 83.12%
G = 7.79%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C01215 (or 0xC01215) is known color: Venetian Red. HEX triplet: C0, 12 and 15. RGB value is (192,18,21). Sum of RGB (Red+Green+Blue) = 192+18+21=231 (30% of max value = 765). Red value is 192 (75.39% from 255 or 83.12% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 21 (8.59% from 255 or 9.09% from 231); Max value from RGB is 192 - color contains mainly: red. Hex color #C01215 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01215 is #3FEDEA. Grayscale: #464646. Windows color (decimal): -4189675 or 1381056. OLE color: 1381056.

HSL color Cylindrical-coordinate representation of color #C01215: hue angle of 358.97º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C01215 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 18 21 -
CMYK 0 0.91 0.89 0.25
HSL 358.97º 0.83% 0.41% -
HSV(B) 358.97º 0.91% 0.75% -
XYZ 22.09 11.69 1.8 -
YUV 70.37 100.15 214.76 -
System Red Green Blue C M Y K H S L
Decimal 192 18 21 0 0.91 0.89 0.25 358.97 0.83 0.41
Hex C0 12 15 0 5B 59 19 167 53 29
Octal 300 22 25 0 133 131 31 547 123 51
Binary 11000000 10010 10101 0 1011011 1011001 11001 101100111 1010011 101001

Color Harmonies of #C01215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01215

Black with #C01215

Text Example


Text Example

White with #C01215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01215; }

 p { color: rgb(192,18,21); }

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

background-color css

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

 a { background-color: rgb(192,18,21); }

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

border-color css

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

 span { border-color: rgb(192,18,21); }

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