#CE153D

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

Shades of Crimson #CE153D

Tints of Crimson #CE153D

Color information

#CE153D (or 0xCE153D) is unknown color: approx Crimson. HEX triplet: CE, 15 and 3D. RGB value is (206,21,61). Sum of RGB (Red+Green+Blue) = 206+21+61=288 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.53% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 206 - color contains mainly: red. Hex color #CE153D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE153D is #31EAC2. Grayscale: #505050. Windows color (decimal): -3271363 or 4003278. OLE color: 4003278.

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

Color convert

RGB2062161-
CMYK00.900.700.19
HSL347.03º81.5%44.51%-
HSV(B)347.03º89.81%80.78%-
XYZ26.56145.72-
YUV80.88116.79217.25-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 71.53%
GREEN value IS 21 (8.59% from 255) = 7.29%
BLUE value IS 61 (24.22% from 255) = 21.18%
R=71.53%
G=7.29%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.70
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206216100.900.700.19347.0381.544.51
HexCE153D05A461315b512d
Octal316257501321062353312155
Binary1100111010101111101010110101000110100111010110111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE153D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE153D; }

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

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

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

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

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

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

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

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