#CE0D30

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

Shades of Crimson #CE0D30

Tints of Crimson #CE0D30

Color information

#CE0D30 (or 0xCE0D30) is unknown color: approx Crimson. HEX triplet: CE, 0D and 30. RGB value is (206,13,48). Sum of RGB (Red+Green+Blue) = 206+13+48=267 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.15% from 267); Green value is 13 (5.47% from 255 or 4.87% from 267); Blue value is 48 (19.14% from 255 or 17.98% from 267); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0D30 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0D30 is #31F2CF. Grayscale: #4A4A4A. Windows color (decimal): -3273424 or 3149262. OLE color: 3149262.

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

Color convert

RGB2061348-
CMYK00.940.770.19
HSL349.12º88.13%42.94%-
HSV(B)349.12º93.69%80.78%-
XYZ26.1313.624.05-
YUV74.7112.94221.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 77.15%
GREEN value IS 13 (5.47% from 255) = 4.87%
BLUE value IS 48 (19.14% from 255) = 17.98%
R=77.15%
G=4.87%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.77
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206134800.940.770.19349.1288.1342.94
HexCED3005E4D1315d582b
Octal316156001361152353513053
Binary110011101101110000010111101001101100111010111011011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE0D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE0D30; }

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

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

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

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

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

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

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

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