Html Css Color HEX #C80120 Venetian Red

📋 copy color: '#C80120'

red 200 ◦ green 1 ◦ blue 32

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

Shades of Venetian Red #C80120

Tints of Venetian Red #C80120

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 85.84%
G = 0.43%
B = 13.73%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C80120 (or 0xC80120) is known color: Venetian Red. HEX triplet: C8, 01 and 20. RGB value is (200,1,32). Sum of RGB (Red+Green+Blue) = 200+1+32=233 (30% of max value = 765). Red value is 200 (78.52% from 255 or 85.84% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 32 (12.89% from 255 or 13.73% from 233); Max value from RGB is 200 - color contains mainly: red. Hex color #C80120 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80120 is #37FEDF. Grayscale: #404040. Windows color (decimal): -3669728 or 2097608. OLE color: 2097608.

HSL color Cylindrical-coordinate representation of color #C80120: hue angle of 350.65º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C80120 is Cyan = 0, Magento = 1.00, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 1 32 -
CMYK 0 1.00 0.84 0.22
HSL 350.65º 0.99% 0.39% -
HSV(B) 350.65º 1% 0.78% -
XYZ 24.09 12.41 2.49 -
YUV 64.04 109.93 224.98 -
System Red Green Blue C M Y K H S L
Decimal 200 1 32 0 1.00 0.84 0.22 350.65 0.99 0.39
Hex C8 1 20 0 64 54 16 15F 63 27
Octal 310 1 40 0 144 124 26 537 143 47
Binary 11001000 1 100000 0 1100100 1010100 10110 101011111 1100011 100111

Color Harmonies of #C80120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80120

Black with #C80120

Text Example


Text Example

White with #C80120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80120; }

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

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

background-color css

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

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

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

border-color css

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

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

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