Html Css Color HEX #C80124 Venetian Red

📋 copy color: '#C80124'

red 200 ◦ green 1 ◦ blue 36

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

Shades of Venetian Red #C80124

Tints of Venetian Red #C80124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 15.19%

R = 84.39%
G = 0.42%
B = 15.19%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C80124 (or 0xC80124) is known color: Venetian Red. HEX triplet: C8, 01 and 24. RGB value is (200,1,36). Sum of RGB (Red+Green+Blue) = 200+1+36=237 (31% of max value = 765). Red value is 200 (78.52% from 255 or 84.39% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 36 (14.45% from 255 or 15.19% from 237); Max value from RGB is 200 - color contains mainly: red. Hex color #C80124 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80124 is #37FEDB. Grayscale: #404040. Windows color (decimal): -3669724 or 2359752. OLE color: 2359752.

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

Color convert

RGB 200 1 36 -
CMYK 0 1.00 0.82 0.22
HSL 349.45º 0.99% 0.39% -
HSV(B) 349.45º 1% 0.78% -
XYZ 24.15 12.43 2.8 -
YUV 64.49 111.93 224.65 -
System Red Green Blue C M Y K H S L
Decimal 200 1 36 0 1.00 0.82 0.22 349.45 0.99 0.39
Hex C8 1 24 0 64 52 16 15D 63 27
Octal 310 1 44 0 144 122 26 535 143 47
Binary 11001000 1 100100 0 1100100 1010010 10110 101011101 1100011 100111

Color Harmonies of #C80124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80124

Black with #C80124

Text Example


Text Example

White with #C80124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80124; }

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

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

background-color css

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

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

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

border-color css

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

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

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