Html Css Color HEX #C80218 Venetian Red

📋 copy color: '#C80218'

red 200 ◦ green 2 ◦ blue 24

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

Shades of Venetian Red #C80218

Tints of Venetian Red #C80218

RGB

 RED value IS 200 (78.52% from 255) = 88.5%

 GREEN value IS 2 (1.17% from 255) = 0.88%

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

R = 88.5%
G = 0.88%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C80218 (or 0xC80218) is known color: Venetian Red. HEX triplet: C8, 02 and 18. RGB value is (200,2,24). Sum of RGB (Red+Green+Blue) = 200+2+24=226 (29% of max value = 765). Red value is 200 (78.52% from 255 or 88.50% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 24 (9.77% from 255 or 10.62% from 226); Max value from RGB is 200 - color contains mainly: red. Hex color #C80218 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80218 is #37FDE7. Grayscale: #3F3F3F. Windows color (decimal): -3669480 or 1573576. OLE color: 1573576.

HSL color Cylindrical-coordinate representation of color #C80218: hue angle of 353.33º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C80218 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 2 24 -
CMYK 0 0.99 0.88 0.22
HSL 353.33º 0.98% 0.4% -
HSV(B) 353.33º 0.99% 0.78% -
XYZ 24.01 12.39 1.99 -
YUV 63.71 105.6 225.21 -
System Red Green Blue C M Y K H S L
Decimal 200 2 24 0 0.99 0.88 0.22 353.33 0.98 0.4
Hex C8 2 18 0 63 58 16 161 62 28
Octal 310 2 30 0 143 130 26 541 142 50
Binary 11001000 10 11000 0 1100011 1011000 10110 101100001 1100010 101000

Color Harmonies of #C80218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80218

Black with #C80218

Text Example


Text Example

White with #C80218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80218; }

 p { color: rgb(200,2,24); }

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

background-color css

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

 a { background-color: rgb(200,2,24); }

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

border-color css

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

 span { border-color: rgb(200,2,24); }

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