Html Css Color HEX #C00818 Venetian Red

📋 copy color: '#C00818'

red 192 ◦ green 8 ◦ blue 24

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

Shades of Venetian Red #C00818

Tints of Venetian Red #C00818

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.57%

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

R = 85.71%
G = 3.57%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C00818 (or 0xC00818) is known color: Venetian Red. HEX triplet: C0, 08 and 18. RGB value is (192,8,24). Sum of RGB (Red+Green+Blue) = 192+8+24=224 (29% of max value = 765). Red value is 192 (75.39% from 255 or 85.71% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 24 (9.77% from 255 or 10.71% from 224); Max value from RGB is 192 - color contains mainly: red. Hex color #C00818 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00818 is #3FF7E7. Grayscale: #404040. Windows color (decimal): -4192232 or 1575104. OLE color: 1575104.

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

Color convert

RGB 192 8 24 -
CMYK 0 0.96 0.88 0.25
HSL 354.78º 0.92% 0.39% -
HSV(B) 354.78º 0.96% 0.75% -
XYZ 21.99 11.45 1.91 -
YUV 64.84 104.96 218.7 -
System Red Green Blue C M Y K H S L
Decimal 192 8 24 0 0.96 0.88 0.25 354.78 0.92 0.39
Hex C0 8 18 0 60 58 19 163 5C 27
Octal 300 10 30 0 140 130 31 543 134 47
Binary 11000000 1000 11000 0 1100000 1011000 11001 101100011 1011100 100111

Color Harmonies of #C00818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00818

Black with #C00818

Text Example


Text Example

White with #C00818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00818; }

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

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

background-color css

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

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

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

border-color css

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

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

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