Html Css Color HEX #C80213 Venetian Red

📋 copy color: '#C80213'

red 200 ◦ green 2 ◦ blue 19

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

Shades of Venetian Red #C80213

Tints of Venetian Red #C80213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.6%

R = 90.5%
G = 0.9%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C80213 (or 0xC80213) is known color: Venetian Red. HEX triplet: C8, 02 and 13. RGB value is (200,2,19). Sum of RGB (Red+Green+Blue) = 200+2+19=221 (29% of max value = 765). Red value is 200 (78.52% from 255 or 90.50% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 19 (7.81% from 255 or 8.60% from 221); Max value from RGB is 200 - color contains mainly: red. Hex color #C80213 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80213 is #37FDEC. Grayscale: #3F3F3F. Windows color (decimal): -3669485 or 1245896. OLE color: 1245896.

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

Color convert

RGB 200 2 19 -
CMYK 0 0.99 0.90 0.22
HSL 354.85º 0.98% 0.4% -
HSV(B) 354.85º 0.99% 0.78% -
XYZ 23.96 12.37 1.74 -
YUV 63.14 103.1 225.62 -
System Red Green Blue C M Y K H S L
Decimal 200 2 19 0 0.99 0.90 0.22 354.85 0.98 0.4
Hex C8 2 13 0 63 5A 16 163 62 28
Octal 310 2 23 0 143 132 26 543 142 50
Binary 11001000 10 10011 0 1100011 1011010 10110 101100011 1100010 101000

Color Harmonies of #C80213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80213

Black with #C80213

Text Example


Text Example

White with #C80213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80213; }

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

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

background-color css

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

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

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

border-color css

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

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

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