Html Css Color HEX #C01018 Venetian Red

📋 copy color: '#C01018'

red 192 ◦ green 16 ◦ blue 24

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

Shades of Venetian Red #C01018

Tints of Venetian Red #C01018

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.9%

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

R = 82.76%
G = 6.9%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C01018 (or 0xC01018) is known color: Venetian Red. HEX triplet: C0, 10 and 18. RGB value is (192,16,24). Sum of RGB (Red+Green+Blue) = 192+16+24=232 (30% of max value = 765). Red value is 192 (75.39% from 255 or 82.76% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 24 (9.77% from 255 or 10.34% from 232); Max value from RGB is 192 - color contains mainly: red. Hex color #C01018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01018 is #3FEFE7. Grayscale: #454545. Windows color (decimal): -4190184 or 1577152. OLE color: 1577152.

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

Color convert

RGB 192 16 24 -
CMYK 0 0.92 0.88 0.25
HSL 357.27º 0.85% 0.41% -
HSV(B) 357.27º 0.92% 0.75% -
XYZ 22.09 11.64 1.95 -
YUV 69.54 102.31 215.35 -
System Red Green Blue C M Y K H S L
Decimal 192 16 24 0 0.92 0.88 0.25 357.27 0.85 0.41
Hex C0 10 18 0 5C 58 19 165 55 29
Octal 300 20 30 0 134 130 31 545 125 51
Binary 11000000 10000 11000 0 1011100 1011000 11001 101100101 1010101 101001

Color Harmonies of #C01018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01018

Black with #C01018

Text Example


Text Example

White with #C01018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01018; }

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

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

background-color css

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

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

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

border-color css

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

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

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