#CE153B

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

Shades of Cardinal #CE153B

Tints of Cardinal #CE153B

Color information

#CE153B (or 0xCE153B) is unknown color: approx Cardinal. HEX triplet: CE, 15 and 3B. RGB value is (206,21,59). Sum of RGB (Red+Green+Blue) = 206+21+59=286 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.03% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 206 - color contains mainly: red. Hex color #CE153B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE153B is #31EAC4. Grayscale: #505050. Windows color (decimal): -3271365 or 3872206. OLE color: 3872206.

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

Color convert

RGB2062159-
CMYK00.900.710.19
HSL347.68º81.5%44.51%-
HSV(B)347.68º89.81%80.78%-
XYZ26.5113.975.44-
YUV80.65115.79217.41-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 72.03%
GREEN value IS 21 (8.59% from 255) = 7.34%
BLUE value IS 59 (23.44% from 255) = 20.63%
R=72.03%
G=7.34%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206215900.900.710.19347.6881.544.51
HexCE153B05A471315c512d
Octal316257301321072353412155
Binary1100111010101111011010110101000111100111010111001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE153B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE153B; }

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

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

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

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

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

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

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

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