Html Css Color HEX #C80824 Venetian Red

📋 copy color: '#C80824'

red 200 ◦ green 8 ◦ blue 36

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

Shades of Venetian Red #C80824

Tints of Venetian Red #C80824

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.28%

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

R = 81.97%
G = 3.28%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C80824 (or 0xC80824) is known color: Venetian Red. HEX triplet: C8, 08 and 24. RGB value is (200,8,36). Sum of RGB (Red+Green+Blue) = 200+8+36=244 (32% of max value = 765). Red value is 200 (78.52% from 255 or 81.97% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 36 (14.45% from 255 or 14.75% from 244); Max value from RGB is 200 - color contains mainly: red. Hex color #C80824 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80824 is #37F7DB. Grayscale: #444444. Windows color (decimal): -3667932 or 2361544. OLE color: 2361544.

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

Color convert

RGB 200 8 36 -
CMYK 0 0.96 0.82 0.22
HSL 351.25º 0.92% 0.41% -
HSV(B) 351.25º 0.96% 0.78% -
XYZ 24.22 12.58 2.82 -
YUV 68.6 109.61 221.72 -
System Red Green Blue C M Y K H S L
Decimal 200 8 36 0 0.96 0.82 0.22 351.25 0.92 0.41
Hex C8 8 24 0 60 52 16 15F 5C 29
Octal 310 10 44 0 140 122 26 537 134 51
Binary 11001000 1000 100100 0 1100000 1010010 10110 101011111 1011100 101001

Color Harmonies of #C80824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80824

Black with #C80824

Text Example


Text Example

White with #C80824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80824; }

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

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

background-color css

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

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

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

border-color css

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

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

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