#CE060D

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

Shades of Venetian Red #CE060D

Tints of Venetian Red #CE060D

Color information

#CE060D (or 0xCE060D) is unknown color: approx Venetian Red. HEX triplet: CE, 06 and 0D. RGB value is (206,6,13). Sum of RGB (Red+Green+Blue) = 206+6+13=225 (29% of max value = 765). Red value is 206 (80.86% from 255 or 91.56% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 206 - color contains mainly: red. Hex color #CE060D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE060D is #31F9F2. Grayscale: #424242. Windows color (decimal): -3275251 or 853710. OLE color: 853710.

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

Color convert

RGB206613-
CMYK00.970.940.19
HSL357.9º94.34%41.57%-
HSV(B)357.9º97.09%80.78%-
XYZ25.5913.281.6-
YUV66.697.76227.43-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 91.56%
GREEN value IS 6 (2.73% from 255) = 2.67%
BLUE value IS 13 (5.47% from 255) = 5.78%
R=91.56%
G=2.67%
B=5.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20661300.970.940.19357.994.3441.57
HexCE6D0615E131665e2a
Octal31661501411362354613652
Binary110011101101101011000011011110100111011001101011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE060D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE060D; }

 p { color: rgb(206,6,13); }

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

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

 a { background-color: rgb(206,6,13); }

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

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

 span { border-color: rgb(206,6,13); }

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