#CE1C47

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

Shades of Cardinal #CE1C47

Tints of Cardinal #CE1C47

Color information

#CE1C47 (or 0xCE1C47) is unknown color: approx Cardinal. HEX triplet: CE, 1C and 47. RGB value is (206,28,71). Sum of RGB (Red+Green+Blue) = 206+28+71=305 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.54% from 305); Green value is 28 (11.33% from 255 or 9.18% from 305); Blue value is 71 (28.12% from 255 or 23.28% from 305); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1C47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1C47 is #31E3B8. Grayscale: #565656. Windows color (decimal): -3269561 or 4660430. OLE color: 4660430.

HSL color Cylindrical-coordinate representation of color #CE1C47: hue angle of 345.51º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE1C47 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB2062871-
CMYK00.860.660.19
HSL345.51º76.07%45.88%-
HSV(B)345.51º86.41%80.78%-
XYZ27.0114.417.32-
YUV86.12119.47213.5-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 67.54%
GREEN value IS 28 (11.33% from 255) = 9.18%
BLUE value IS 71 (28.12% from 255) = 23.28%
R=67.54%
G=9.18%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206287100.860.660.19345.5176.0745.88
HexCE1C47056421315a4c2e
Octal3163410701261022353211456
Binary11001110111001000111010101101000010100111010110101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE1C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE1C47; }

 p { color: rgb(206,28,71); }

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

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

 a { background-color: rgb(206,28,71); }

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

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

 span { border-color: rgb(206,28,71); }

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