Html Css Color HEX #C80526 Venetian Red

📋 copy color: '#C80526'

red 200 ◦ green 5 ◦ blue 38

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

Shades of Venetian Red #C80526

Tints of Venetian Red #C80526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.64%

R = 82.3%
G = 2.06%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C80526 (or 0xC80526) is known color: Venetian Red. HEX triplet: C8, 05 and 26. RGB value is (200,5,38). Sum of RGB (Red+Green+Blue) = 200+5+38=243 (32% of max value = 765). Red value is 200 (78.52% from 255 or 82.30% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 38 (15.23% from 255 or 15.64% from 243); Max value from RGB is 200 - color contains mainly: red. Hex color #C80526 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80526 is #37FAD9. Grayscale: #434343. Windows color (decimal): -3668698 or 2491848. OLE color: 2491848.

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

Color convert

RGB 200 5 38 -
CMYK 0 0.98 0.81 0.22
HSL 349.85º 0.95% 0.4% -
HSV(B) 349.85º 0.98% 0.78% -
XYZ 24.22 12.53 2.98 -
YUV 67.07 111.6 222.82 -
System Red Green Blue C M Y K H S L
Decimal 200 5 38 0 0.98 0.81 0.22 349.85 0.95 0.4
Hex C8 5 26 0 62 51 16 15E 5F 28
Octal 310 5 46 0 142 121 26 536 137 50
Binary 11001000 101 100110 0 1100010 1010001 10110 101011110 1011111 101000

Color Harmonies of #C80526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80526

Black with #C80526

Text Example


Text Example

White with #C80526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80526; }

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

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

background-color css

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

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

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

border-color css

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

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

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