#D32239

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

Shades of Cardinal #D32239

Tints of Cardinal #D32239

Color information

#D32239 (or 0xD32239) is unknown color: approx Cardinal. HEX triplet: D3, 22 and 39. RGB value is (211,34,57). Sum of RGB (Red+Green+Blue) = 211+34+57=302 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.87% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 57 (22.66% from 255 or 18.87% from 302); Max value from RGB is 211 - color contains mainly: red. Hex color #D32239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32239 is #2CDDC6. Grayscale: #595959. Windows color (decimal): -2940359 or 3744467. OLE color: 3744467.

HSL color Cylindrical-coordinate representation of color #D32239: hue angle of 352.2º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D32239 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB2113457-
CMYK00.840.730.17
HSL352.2º72.24%48.04%-
HSV(B)352.2º83.89%82.75%-
XYZ28.1715.295.34-
YUV89.54109.64214.63-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 69.87%
GREEN value IS 34 (13.67% from 255) = 11.26%
BLUE value IS 57 (22.66% from 255) = 18.87%
R=69.87%
G=11.26%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.73
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211345700.840.730.17352.272.2448.04
HexD3223905449111604830
Octal323427101241112154011060
Binary11010011100010111001010101001001001100011011000001001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D32239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D32239; }

 p { color: rgb(211,34,57); }

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

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

 a { background-color: rgb(211,34,57); }

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

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

 span { border-color: rgb(211,34,57); }

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