Html Css Color HEX #C80210 Venetian Red

📋 copy color: '#C80210'

red 200 ◦ green 2 ◦ blue 16

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

Shades of Venetian Red #C80210

Tints of Venetian Red #C80210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.34%

R = 91.74%
G = 0.92%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C80210 (or 0xC80210) is known color: Venetian Red. HEX triplet: C8, 02 and 10. RGB value is (200,2,16). Sum of RGB (Red+Green+Blue) = 200+2+16=218 (28% of max value = 765). Red value is 200 (78.52% from 255 or 91.74% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 16 (6.64% from 255 or 7.34% from 218); Max value from RGB is 200 - color contains mainly: red. Hex color #C80210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80210 is #37FDEF. Grayscale: #3E3E3E. Windows color (decimal): -3669488 or 1049288. OLE color: 1049288.

HSL color Cylindrical-coordinate representation of color #C80210: hue angle of 355.76º 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 #C80210 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 2 16 -
CMYK 0 0.99 0.92 0.22
HSL 355.76º 0.98% 0.4% -
HSV(B) 355.76º 0.99% 0.78% -
XYZ 23.93 12.36 1.61 -
YUV 62.8 101.6 225.86 -
System Red Green Blue C M Y K H S L
Decimal 200 2 16 0 0.99 0.92 0.22 355.76 0.98 0.4
Hex C8 2 10 0 63 5C 16 164 62 28
Octal 310 2 20 0 143 134 26 544 142 50
Binary 11001000 10 10000 0 1100011 1011100 10110 101100100 1100010 101000

Color Harmonies of #C80210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80210

Black with #C80210

Text Example


Text Example

White with #C80210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80210; }

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

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

background-color css

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

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

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

border-color css

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

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

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