#D3223B

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

Shades of Cardinal #D3223B

Tints of Cardinal #D3223B

Color information

#D3223B (or 0xD3223B) is unknown color: approx Cardinal. HEX triplet: D3, 22 and 3B. RGB value is (211,34,59). Sum of RGB (Red+Green+Blue) = 211+34+59=304 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.41% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 211 - color contains mainly: red. Hex color #D3223B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3223B is #2CDDC4. Grayscale: #595959. Windows color (decimal): -2940357 or 3875539. OLE color: 3875539.

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

Color convert

RGB2113459-
CMYK00.840.720.17
HSL351.53º72.24%48.04%-
HSV(B)351.53º83.89%82.75%-
XYZ28.2315.315.6-
YUV89.77110.64214.47-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 69.41%
GREEN value IS 34 (13.67% from 255) = 11.18%
BLUE value IS 59 (23.44% from 255) = 19.41%
R=69.41%
G=11.18%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.72
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211345900.840.720.17351.5372.2448.04
HexD3223B05448111604830
Octal323427301241102154011060
Binary11010011100010111011010101001001000100011011000001001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3223B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3223B; }

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

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

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

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

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

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

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

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