Html Css Color HEX #C01115 Venetian Red

📋 copy color: '#C01115'

red 192 ◦ green 17 ◦ blue 21

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

Shades of Venetian Red #C01115

Tints of Venetian Red #C01115

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.39%

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

R = 83.48%
G = 7.39%
B = 9.13%

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

#C01115 (or 0xC01115) is known color: Venetian Red. HEX triplet: C0, 11 and 15. RGB value is (192,17,21). Sum of RGB (Red+Green+Blue) = 192+17+21=230 (30% of max value = 765). Red value is 192 (75.39% from 255 or 83.48% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 21 (8.59% from 255 or 9.13% from 230); Max value from RGB is 192 - color contains mainly: red. Hex color #C01115 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01115 is #3FEEEA. Grayscale: #454545. Windows color (decimal): -4189931 or 1380800. OLE color: 1380800.

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

Color convert

RGB 192 17 21 -
CMYK 0 0.91 0.89 0.25
HSL 358.63º 0.84% 0.41% -
HSV(B) 358.63º 0.91% 0.75% -
XYZ 22.07 11.66 1.8 -
YUV 69.78 100.48 215.17 -
System Red Green Blue C M Y K H S L
Decimal 192 17 21 0 0.91 0.89 0.25 358.63 0.84 0.41
Hex C0 11 15 0 5B 59 19 167 54 29
Octal 300 21 25 0 133 131 31 547 124 51
Binary 11000000 10001 10101 0 1011011 1011001 11001 101100111 1010100 101001

Color Harmonies of #C01115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01115

Black with #C01115

Text Example


Text Example

White with #C01115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01115; }

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

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

background-color css

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

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

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

border-color css

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

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

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