#CE0524

Color #CE0524 Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #CE0524

Tints of Venetian Red #CE0524

Color information

#CE0524 (or 0xCE0524) is unknown color: approx Venetian Red. HEX triplet: CE, 05 and 24. RGB value is (206,5,36). Sum of RGB (Red+Green+Blue) = 206+5+36=247 (32% of max value = 765). Red value is 206 (80.86% from 255 or 83.40% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 36 (14.45% from 255 or 14.57% from 247); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0524 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0524 is #31FADB. Grayscale: #444444. Windows color (decimal): -3275484 or 2360782. OLE color: 2360782.

HSL color Cylindrical-coordinate representation of color #CE0524: hue angle of 350.75º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE0524 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB206536-
CMYK00.980.830.19
HSL350.75º95.26%41.37%-
HSV(B)350.75º97.57%80.78%-
XYZ25.8313.362.89-
YUV68.63109.59225.98-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 83.40%
GREEN value IS 5 (2.34% from 255) = 2.02%
BLUE value IS 36 (14.45% from 255) = 14.57%
R=83.40%
G=2.02%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.83
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20653600.980.830.19350.7595.2641.37
HexCE524062531315f5f29
Octal31654401421232353713751
Binary11001110101100100011000101010011100111010111111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE0524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE0524; }

 p { color: rgb(206,5,36); }

 H1.HeaderClassName
 {
   color: #CE0524;
 }
 .AnyTagClassName
 {
   color: #CE0524;
 }
</style>
background-color css

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

 a { background-color: rgb(206,5,36); }

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

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

 span { border-color: rgb(206,5,36); }

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