#CE153C

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

Shades of Cardinal #CE153C

Tints of Cardinal #CE153C

Color information

#CE153C (or 0xCE153C) is unknown color: approx Cardinal. HEX triplet: CE, 15 and 3C. RGB value is (206,21,60). Sum of RGB (Red+Green+Blue) = 206+21+60=287 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.78% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 206 - color contains mainly: red. Hex color #CE153C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE153C is #31EAC3. Grayscale: #505050. Windows color (decimal): -3271364 or 3937742. OLE color: 3937742.

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

Color convert

RGB2062160-
CMYK00.900.710.19
HSL347.35º81.5%44.51%-
HSV(B)347.35º89.81%80.78%-
XYZ26.5413.985.58-
YUV80.76116.29217.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 71.78%
GREEN value IS 21 (8.59% from 255) = 7.32%
BLUE value IS 60 (23.83% from 255) = 20.91%
R=71.78%
G=7.32%
B=20.91%

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
Decimal206216000.900.710.19347.3581.544.51
HexCE153C05A471315b512d
Octal316257401321072353312155
Binary1100111010101111100010110101000111100111010110111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE153C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE153C; }

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

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

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

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

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

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

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

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