#CE154C

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

Shades of Crimson #CE154C

Tints of Crimson #CE154C

Color information

#CE154C (or 0xCE154C) is unknown color: approx Crimson. HEX triplet: CE, 15 and 4C. RGB value is (206,21,76). Sum of RGB (Red+Green+Blue) = 206+21+76=303 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.99% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 206 - color contains mainly: red. Hex color #CE154C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE154C is #31EAB3. Grayscale: #525252. Windows color (decimal): -3271348 or 4986318. OLE color: 4986318.

HSL color Cylindrical-coordinate representation of color #CE154C: hue angle of 342.16º 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 #CE154C is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB2062176-
CMYK00.900.630.19
HSL342.16º81.5%44.51%-
HSV(B)342.16º89.81%80.78%-
XYZ27.0314.188.15-
YUV82.58124.29216.03-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 67.99%
GREEN value IS 21 (8.59% from 255) = 6.93%
BLUE value IS 76 (30.08% from 255) = 25.08%
R=67.99%
G=6.93%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.63
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206217600.900.630.19342.1681.544.51
HexCE154C05A3F13156512d
Octal316251140132772352612155
Binary1100111010101100110001011010111111100111010101101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE154C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE154C; }

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

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

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

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

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

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

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

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