Html Css Color HEX #C80220 Venetian Red

📋 copy color: '#C80220'

red 200 ◦ green 2 ◦ blue 32

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

Shades of Venetian Red #C80220

Tints of Venetian Red #C80220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.68%

R = 85.47%
G = 0.85%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C80220 (or 0xC80220) is known color: Venetian Red. HEX triplet: C8, 02 and 20. RGB value is (200,2,32). Sum of RGB (Red+Green+Blue) = 200+2+32=234 (30% of max value = 765). Red value is 200 (78.52% from 255 or 85.47% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 200 - color contains mainly: red. Hex color #C80220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80220 is #37FDDF. Grayscale: #404040. Windows color (decimal): -3669472 or 2097864. OLE color: 2097864.

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

Color convert

RGB 200 2 32 -
CMYK 0 0.99 0.84 0.22
HSL 350.91º 0.98% 0.4% -
HSV(B) 350.91º 0.99% 0.78% -
XYZ 24.1 12.43 2.49 -
YUV 64.62 109.6 224.56 -
System Red Green Blue C M Y K H S L
Decimal 200 2 32 0 0.99 0.84 0.22 350.91 0.98 0.4
Hex C8 2 20 0 63 54 16 15F 62 28
Octal 310 2 40 0 143 124 26 537 142 50
Binary 11001000 10 100000 0 1100011 1010100 10110 101011111 1100010 101000

Color Harmonies of #C80220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80220

Black with #C80220

Text Example


Text Example

White with #C80220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80220; }

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

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

background-color css

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

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

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

border-color css

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

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

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