#CE153A

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

Shades of Cardinal #CE153A

Tints of Cardinal #CE153A

Color information

#CE153A (or 0xCE153A) is unknown color: approx Cardinal. HEX triplet: CE, 15 and 3A. RGB value is (206,21,58). Sum of RGB (Red+Green+Blue) = 206+21+58=285 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.28% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 206 - color contains mainly: red. Hex color #CE153A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE153A is #31EAC5. Grayscale: #505050. Windows color (decimal): -3271366 or 3806670. OLE color: 3806670.

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

Color convert

RGB2062158-
CMYK00.900.720.19
HSL348º81.5%44.51%-
HSV(B)348º89.81%80.78%-
XYZ26.4913.965.3-
YUV80.53115.29217.49-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 72.28%
GREEN value IS 21 (8.59% from 255) = 7.37%
BLUE value IS 58 (23.05% from 255) = 20.35%
R=72.28%
G=7.37%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.72
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206215800.900.720.1934881.544.51
HexCE153A05A481315c512d
Octal316257201321102353412155
Binary1100111010101111010010110101001000100111010111001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE153A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE153A; }

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

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

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

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

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

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

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

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