#CE0A15

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

Shades of Venetian Red #CE0A15

Tints of Venetian Red #CE0A15

Color information

#CE0A15 (or 0xCE0A15) is unknown color: approx Venetian Red. HEX triplet: CE, 0A and 15. RGB value is (206,10,21). Sum of RGB (Red+Green+Blue) = 206+10+21=237 (31% of max value = 765). Red value is 206 (80.86% from 255 or 86.92% from 237); Green value is 10 (4.30% from 255 or 4.22% from 237); Blue value is 21 (8.59% from 255 or 8.86% from 237); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0A15 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0A15 is #31F5EA. Grayscale: #464646. Windows color (decimal): -3274219 or 1379022. OLE color: 1379022.

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

Color convert

RGB2061021-
CMYK00.950.900.19
HSL356.63º90.74%42.35%-
HSV(B)356.63º95.15%80.78%-
XYZ25.713.391.94-
YUV69.86100.43225.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 86.92%
GREEN value IS 10 (4.30% from 255) = 4.22%
BLUE value IS 21 (8.59% from 255) = 8.86%
R=86.92%
G=4.22%
B=8.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.90
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206102100.950.900.19356.6390.7442.35
HexCEA1505F5A131655b2a
Octal316122501371322354513352
Binary11001110101010101010111111011010100111011001011011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE0A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE0A15; }

 p { color: rgb(206,10,21); }

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

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

 a { background-color: rgb(206,10,21); }

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

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

 span { border-color: rgb(206,10,21); }

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