Html Css Color HEX #C80624 Venetian Red

📋 copy color: '#C80624'

red 200 ◦ green 6 ◦ blue 36

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

Shades of Venetian Red #C80624

Tints of Venetian Red #C80624

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.48%

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

R = 82.64%
G = 2.48%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C80624 (or 0xC80624) is known color: Venetian Red. HEX triplet: C8, 06 and 24. RGB value is (200,6,36). Sum of RGB (Red+Green+Blue) = 200+6+36=242 (32% of max value = 765). Red value is 200 (78.52% from 255 or 82.64% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 36 (14.45% from 255 or 14.88% from 242); Max value from RGB is 200 - color contains mainly: red. Hex color #C80624 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80624 is #37F9DB. Grayscale: #434343. Windows color (decimal): -3668444 or 2361032. OLE color: 2361032.

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

Color convert

RGB 200 6 36 -
CMYK 0 0.97 0.82 0.22
HSL 350.72º 0.94% 0.4% -
HSV(B) 350.72º 0.97% 0.78% -
XYZ 24.2 12.54 2.81 -
YUV 67.43 110.27 222.56 -
System Red Green Blue C M Y K H S L
Decimal 200 6 36 0 0.97 0.82 0.22 350.72 0.94 0.4
Hex C8 6 24 0 61 52 16 15F 5E 28
Octal 310 6 44 0 141 122 26 537 136 50
Binary 11001000 110 100100 0 1100001 1010010 10110 101011111 1011110 101000

Color Harmonies of #C80624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80624

Black with #C80624

Text Example


Text Example

White with #C80624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80624; }

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

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

background-color css

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

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

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

border-color css

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

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

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