Html Css Color HEX #D2213F Cardinal

📋 copy color: '#D2213F'

red 210 ◦ green 33 ◦ blue 63

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

Shades of Cardinal #D2213F

Tints of Cardinal #D2213F

RGB

 RED value IS 210 (82.42% from 255) = 68.63%

 GREEN value IS 33 (13.28% from 255) = 10.78%

 BLUE value IS 63 (25% from 255) = 20.59%

R = 68.63%
G = 10.78%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D2213F (or 0xD2213F) is known color: Cardinal. HEX triplet: D2, 21 and 3F. RGB value is (210,33,63). Sum of RGB (Red+Green+Blue) = 210+33+63=306 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.63% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 63 (25% from 255 or 20.59% from 306); Max value from RGB is 210 - color contains mainly: red. Hex color #D2213F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2213F is #2DDEC0. Grayscale: #595959. Windows color (decimal): -3006145 or 4137426. OLE color: 4137426.

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

Color convert

RGB 210 33 63 -
CMYK 0 0.84 0.70 0.18
HSL 349.83º 0.73% 0.48% -
HSV(B) 349.83º 0.84% 0.82% -
XYZ 28.02 15.15 6.15 -
YUV 89.34 113.14 214.06 -
System Red Green Blue C M Y K H S L
Decimal 210 33 63 0 0.84 0.70 0.18 349.83 0.73 0.48
Hex D2 21 3F 0 54 46 12 15E 49 30
Octal 322 41 77 0 124 106 22 536 111 60
Binary 11010010 100001 111111 0 1010100 1000110 10010 101011110 1001001 110000

Color Harmonies of #D2213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2213F

Black with #D2213F

Text Example


Text Example

White with #D2213F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2213F; }

 p { color: rgb(210,33,63); }

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

background-color css

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

 a { background-color: rgb(210,33,63); }

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

border-color css

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

 span { border-color: rgb(210,33,63); }

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