Html Css Color HEX #C01112 Venetian Red

📋 copy color: '#C01112'

red 192 ◦ green 17 ◦ blue 18

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

Shades of Venetian Red #C01112

Tints of Venetian Red #C01112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.93%

R = 84.58%
G = 7.49%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C01112 (or 0xC01112) is known color: Venetian Red. HEX triplet: C0, 11 and 12. RGB value is (192,17,18). Sum of RGB (Red+Green+Blue) = 192+17+18=227 (30% of max value = 765). Red value is 192 (75.39% from 255 or 84.58% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 192 - color contains mainly: red. Hex color #C01112 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01112 is #3FEEED. Grayscale: #454545. Windows color (decimal): -4189934 or 1184192. OLE color: 1184192.

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

Color convert

RGB 192 17 18 -
CMYK 0 0.91 0.91 0.25
HSL 359.66º 0.84% 0.41% -
HSV(B) 359.66º 0.91% 0.75% -
XYZ 22.05 11.65 1.66 -
YUV 69.44 98.98 215.42 -
System Red Green Blue C M Y K H S L
Decimal 192 17 18 0 0.91 0.91 0.25 359.66 0.84 0.41
Hex C0 11 12 0 5B 5B 19 168 54 29
Octal 300 21 22 0 133 133 31 550 124 51
Binary 11000000 10001 10010 0 1011011 1011011 11001 101101000 1010100 101001

Color Harmonies of #C01112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01112

Black with #C01112

Text Example


Text Example

White with #C01112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01112; }

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

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

background-color css

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

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

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

border-color css

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

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

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