#D3223A

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

Shades of Cardinal #D3223A

Tints of Cardinal #D3223A

Color information

#D3223A (or 0xD3223A) is unknown color: approx Cardinal. HEX triplet: D3, 22 and 3A. RGB value is (211,34,58). Sum of RGB (Red+Green+Blue) = 211+34+58=303 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.64% from 303); Green value is 34 (13.67% from 255 or 11.22% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 211 - color contains mainly: red. Hex color #D3223A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3223A is #2CDDC5. Grayscale: #595959. Windows color (decimal): -2940358 or 3810003. OLE color: 3810003.

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

Color convert

RGB2113458-
CMYK00.840.730.17
HSL351.86º72.24%48.04%-
HSV(B)351.86º83.89%82.75%-
XYZ28.215.35.47-
YUV89.66110.14214.55-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 69.64%
GREEN value IS 34 (13.67% from 255) = 11.22%
BLUE value IS 58 (23.05% from 255) = 19.14%
R=69.64%
G=11.22%
B=19.14%

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
Decimal211345800.840.730.17351.8672.2448.04
HexD3223A05449111604830
Octal323427201241112154011060
Binary11010011100010111010010101001001001100011011000001001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3223A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3223A; }

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

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

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

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

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

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

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

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