Html Css Color HEX #C80520 Venetian Red

📋 copy color: '#C80520'

red 200 ◦ green 5 ◦ blue 32

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

Shades of Venetian Red #C80520

Tints of Venetian Red #C80520

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.11%

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

R = 84.39%
G = 2.11%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C80520 (or 0xC80520) is known color: Venetian Red. HEX triplet: C8, 05 and 20. RGB value is (200,5,32). Sum of RGB (Red+Green+Blue) = 200+5+32=237 (31% of max value = 765). Red value is 200 (78.52% from 255 or 84.39% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 32 (12.89% from 255 or 13.50% from 237); Max value from RGB is 200 - color contains mainly: red. Hex color #C80520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80520 is #37FADF. Grayscale: #424242. Windows color (decimal): -3668704 or 2098632. OLE color: 2098632.

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

Color convert

RGB 200 5 32 -
CMYK 0 0.98 0.84 0.22
HSL 351.69º 0.95% 0.4% -
HSV(B) 351.69º 0.98% 0.78% -
XYZ 24.13 12.49 2.51 -
YUV 66.38 108.6 223.3 -
System Red Green Blue C M Y K H S L
Decimal 200 5 32 0 0.98 0.84 0.22 351.69 0.95 0.4
Hex C8 5 20 0 62 54 16 160 5F 28
Octal 310 5 40 0 142 124 26 540 137 50
Binary 11001000 101 100000 0 1100010 1010100 10110 101100000 1011111 101000

Color Harmonies of #C80520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80520

Black with #C80520

Text Example


Text Example

White with #C80520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80520; }

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

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

background-color css

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

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

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

border-color css

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

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

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