#CE081F

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

Shades of Venetian Red #CE081F

Tints of Venetian Red #CE081F

Color information

#CE081F (or 0xCE081F) is unknown color: approx Venetian Red. HEX triplet: CE, 08 and 1F. RGB value is (206,8,31). Sum of RGB (Red+Green+Blue) = 206+8+31=245 (32% of max value = 765). Red value is 206 (80.86% from 255 or 84.08% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 206 - color contains mainly: red. Hex color #CE081F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE081F is #31F7E0. Grayscale: #454545. Windows color (decimal): -3274721 or 2033870. OLE color: 2033870.

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

Color convert

RGB206831-
CMYK00.960.850.19
HSL353.03º92.52%41.96%-
HSV(B)353.03º96.12%80.78%-
XYZ25.7913.392.52-
YUV69.82106.1225.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 84.08%
GREEN value IS 8 (3.52% from 255) = 3.27%
BLUE value IS 31 (12.5% from 255) = 12.65%
R=84.08%
G=3.27%
B=12.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.85
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20683100.960.850.19353.0392.5241.96
HexCE81F06055131615d2a
Octal316103701401252354113552
Binary11001110100011111011000001010101100111011000011011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE081F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE081F; }

 p { color: rgb(206,8,31); }

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

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

 a { background-color: rgb(206,8,31); }

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

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

 span { border-color: rgb(206,8,31); }

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