Html Css Color HEX #C80528 Venetian Red

📋 copy color: '#C80528'

red 200 ◦ green 5 ◦ blue 40

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

Shades of Venetian Red #C80528

Tints of Venetian Red #C80528

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.04%

 BLUE value IS 40 (16.02% from 255) = 16.33%

R = 81.63%
G = 2.04%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.8

 K value IS 0.22

RGB Variations

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

Color information

#C80528 (or 0xC80528) is known color: Venetian Red. HEX triplet: C8, 05 and 28. RGB value is (200,5,40). Sum of RGB (Red+Green+Blue) = 200+5+40=245 (32% of max value = 765). Red value is 200 (78.52% from 255 or 81.63% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 200 - color contains mainly: red. Hex color #C80528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80528 is #37FAD7. Grayscale: #434343. Windows color (decimal): -3668696 or 2622920. OLE color: 2622920.

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

Color convert

RGB 200 5 40 -
CMYK 0 0.98 0.8 0.22
HSL 349.23º 0.95% 0.4% -
HSV(B) 349.23º 0.98% 0.78% -
XYZ 24.26 12.54 3.15 -
YUV 67.3 112.6 222.65 -
System Red Green Blue C M Y K H S L
Decimal 200 5 40 0 0.98 0.8 0.22 349.23 0.95 0.4
Hex C8 5 28 0 62 50 16 15D 5F 28
Octal 310 5 50 0 142 120 26 535 137 50
Binary 11001000 101 101000 0 1100010 1010000 10110 101011101 1011111 101000

Color Harmonies of #C80528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80528

Black with #C80528

Text Example


Text Example

White with #C80528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80528; }

 p { color: rgb(200,5,40); }

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

background-color css

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

 a { background-color: rgb(200,5,40); }

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

border-color css

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

 span { border-color: rgb(200,5,40); }

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