Html Css Color HEX #C01118 Venetian Red

📋 copy color: '#C01118'

red 192 ◦ green 17 ◦ blue 24

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

Shades of Venetian Red #C01118

Tints of Venetian Red #C01118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.3%

R = 82.4%
G = 7.3%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C01118 (or 0xC01118) is known color: Venetian Red. HEX triplet: C0, 11 and 18. RGB value is (192,17,24). Sum of RGB (Red+Green+Blue) = 192+17+24=233 (30% of max value = 765). Red value is 192 (75.39% from 255 or 82.40% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 24 (9.77% from 255 or 10.30% from 233); Max value from RGB is 192 - color contains mainly: red. Hex color #C01118 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01118 is #3FEEE7. Grayscale: #464646. Windows color (decimal): -4189928 or 1577408. OLE color: 1577408.

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

Color convert

RGB 192 17 24 -
CMYK 0 0.91 0.88 0.25
HSL 357.6º 0.84% 0.41% -
HSV(B) 357.6º 0.91% 0.75% -
XYZ 22.1 11.67 1.95 -
YUV 70.12 101.98 214.93 -
System Red Green Blue C M Y K H S L
Decimal 192 17 24 0 0.91 0.88 0.25 357.6 0.84 0.41
Hex C0 11 18 0 5B 58 19 166 54 29
Octal 300 21 30 0 133 130 31 546 124 51
Binary 11000000 10001 11000 0 1011011 1011000 11001 101100110 1010100 101001

Color Harmonies of #C01118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01118

Black with #C01118

Text Example


Text Example

White with #C01118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01118; }

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

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

background-color css

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

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

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

border-color css

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

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

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