Html Css Color HEX #D3223E Cardinal

📋 copy color: '#D3223E'

red 211 ◦ green 34 ◦ blue 62

#D3223E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #D3223E

Tints of Cardinal #D3223E

RGB

 RED value IS 211 (82.81% from 255) = 68.73%

 GREEN value IS 34 (13.67% from 255) = 11.07%

 BLUE value IS 62 (24.61% from 255) = 20.2%

R = 68.73%
G = 11.07%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D3223E (or 0xD3223E) is known color: Cardinal. HEX triplet: D3, 22 and 3E. RGB value is (211,34,62). Sum of RGB (Red+Green+Blue) = 211+34+62=307 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.73% from 307); Green value is 34 (13.67% from 255 or 11.07% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 211 - color contains mainly: red. Hex color #D3223E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3223E is #2CDDC1. Grayscale: #5A5A5A. Windows color (decimal): -2940354 or 4072147. OLE color: 4072147.

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

Color convert

RGB 211 34 62 -
CMYK 0 0.84 0.71 0.17
HSL 350.51º 0.72% 0.48% -
HSV(B) 350.51º 0.84% 0.83% -
XYZ 28.31 15.34 6.03 -
YUV 90.12 112.14 214.22 -
System Red Green Blue C M Y K H S L
Decimal 211 34 62 0 0.84 0.71 0.17 350.51 0.72 0.48
Hex D3 22 3E 0 54 47 11 15F 48 30
Octal 323 42 76 0 124 107 21 537 110 60
Binary 11010011 100010 111110 0 1010100 1000111 10001 101011111 1001000 110000

Color Harmonies of #D3223E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3223E

Black with #D3223E

Text Example


Text Example

White with #D3223E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3223E; }

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

 H1.HeaderClassName
 {
   color: #D3223E;
 }
 .AnyTagClassName
 {
   color: #D3223E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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