Html Css Color HEX #C01218 Venetian Red

📋 copy color: '#C01218'

red 192 ◦ green 18 ◦ blue 24

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

Shades of Venetian Red #C01218

Tints of Venetian Red #C01218

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.69%

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

R = 82.05%
G = 7.69%
B = 10.26%

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

#C01218 (or 0xC01218) is known color: Venetian Red. HEX triplet: C0, 12 and 18. RGB value is (192,18,24). Sum of RGB (Red+Green+Blue) = 192+18+24=234 (30% of max value = 765). Red value is 192 (75.39% from 255 or 82.05% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 24 (9.77% from 255 or 10.26% from 234); Max value from RGB is 192 - color contains mainly: red. Hex color #C01218 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01218 is #3FEDE7. Grayscale: #464646. Windows color (decimal): -4189672 or 1577664. OLE color: 1577664.

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

Color convert

RGB 192 18 24 -
CMYK 0 0.91 0.88 0.25
HSL 357.93º 0.83% 0.41% -
HSV(B) 357.93º 0.91% 0.75% -
XYZ 22.12 11.71 1.96 -
YUV 70.71 101.65 214.51 -
System Red Green Blue C M Y K H S L
Decimal 192 18 24 0 0.91 0.88 0.25 357.93 0.83 0.41
Hex C0 12 18 0 5B 58 19 166 53 29
Octal 300 22 30 0 133 130 31 546 123 51
Binary 11000000 10010 11000 0 1011011 1011000 11001 101100110 1010011 101001

Color Harmonies of #C01218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01218

Black with #C01218

Text Example


Text Example

White with #C01218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01218; }

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

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

background-color css

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

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

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

border-color css

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

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

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