Html Css Color HEX #C80424 Venetian Red

📋 copy color: '#C80424'

red 200 ◦ green 4 ◦ blue 36

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

Shades of Venetian Red #C80424

Tints of Venetian Red #C80424

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.67%

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

R = 83.33%
G = 1.67%
B = 15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C80424 (or 0xC80424) is known color: Venetian Red. HEX triplet: C8, 04 and 24. RGB value is (200,4,36). Sum of RGB (Red+Green+Blue) = 200+4+36=240 (31% of max value = 765). Red value is 200 (78.52% from 255 or 83.33% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 36 (14.45% from 255 or 15% from 240); Max value from RGB is 200 - color contains mainly: red. Hex color #C80424 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80424 is #37FBDB. Grayscale: #424242. Windows color (decimal): -3668956 or 2360520. OLE color: 2360520.

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

Color convert

RGB 200 4 36 -
CMYK 0 0.98 0.82 0.22
HSL 350.2º 0.96% 0.4% -
HSV(B) 350.2º 0.98% 0.78% -
XYZ 24.18 12.49 2.81 -
YUV 66.25 110.93 223.4 -
System Red Green Blue C M Y K H S L
Decimal 200 4 36 0 0.98 0.82 0.22 350.2 0.96 0.4
Hex C8 4 24 0 62 52 16 15E 60 28
Octal 310 4 44 0 142 122 26 536 140 50
Binary 11001000 100 100100 0 1100010 1010010 10110 101011110 1100000 101000

Color Harmonies of #C80424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80424

Black with #C80424

Text Example


Text Example

White with #C80424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80424; }

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

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

background-color css

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

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

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

border-color css

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

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

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