#CE253B

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

Shades of Cardinal #CE253B

Tints of Cardinal #CE253B

Color information

#CE253B (or 0xCE253B) is unknown color: approx Cardinal. HEX triplet: CE, 25 and 3B. RGB value is (206,37,59). Sum of RGB (Red+Green+Blue) = 206+37+59=302 (40% of max value = 765). Red value is 206 (80.86% from 255 or 68.21% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 206 - color contains mainly: red. Hex color #CE253B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE253B is #31DAC4. Grayscale: #5A5A5A. Windows color (decimal): -3267269 or 3876302. OLE color: 3876302.

HSL color Cylindrical-coordinate representation of color #CE253B: hue angle of 352.19º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE253B is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB2063759-
CMYK00.820.710.19
HSL352.19º69.55%47.65%-
HSV(B)352.19º82.04%80.78%-
XYZ26.914.765.57-
YUV90.04110.49210.71-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 68.21%
GREEN value IS 37 (14.84% from 255) = 12.25%
BLUE value IS 59 (23.44% from 255) = 19.54%
R=68.21%
G=12.25%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206375900.820.710.19352.1969.5547.65
HexCE253B05247131604630
Octal316457301221072354010660
Binary11001110100101111011010100101000111100111011000001000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE253B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE253B; }

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

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

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

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

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

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

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

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