Html Css Color HEX #C01318 Venetian Red

📋 copy color: '#C01318'

red 192 ◦ green 19 ◦ blue 24

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

Shades of Venetian Red #C01318

Tints of Venetian Red #C01318

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.09%

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

R = 81.7%
G = 8.09%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C01318 (or 0xC01318) is known color: Venetian Red. HEX triplet: C0, 13 and 18. RGB value is (192,19,24). Sum of RGB (Red+Green+Blue) = 192+19+24=235 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.70% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 24 (9.77% from 255 or 10.21% from 235); Max value from RGB is 192 - color contains mainly: red. Hex color #C01318 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01318 is #3FECE7. Grayscale: #474747. Windows color (decimal): -4189416 or 1577920. OLE color: 1577920.

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

Color convert

RGB 192 19 24 -
CMYK 0 0.90 0.88 0.25
HSL 358.27º 0.82% 0.41% -
HSV(B) 358.27º 0.9% 0.75% -
XYZ 22.14 11.74 1.96 -
YUV 71.3 101.31 214.09 -
System Red Green Blue C M Y K H S L
Decimal 192 19 24 0 0.90 0.88 0.25 358.27 0.82 0.41
Hex C0 13 18 0 5A 58 19 166 52 29
Octal 300 23 30 0 132 130 31 546 122 51
Binary 11000000 10011 11000 0 1011010 1011000 11001 101100110 1010010 101001

Color Harmonies of #C01318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01318

Black with #C01318

Text Example


Text Example

White with #C01318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01318; }

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

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

background-color css

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

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

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

border-color css

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

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

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