Html Css Color HEX #D2213A Cardinal

📋 copy color: '#D2213A'

red 210 ◦ green 33 ◦ blue 58

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

Shades of Cardinal #D2213A

Tints of Cardinal #D2213A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.27%

R = 69.77%
G = 10.96%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D2213A (or 0xD2213A) is known color: Cardinal. HEX triplet: D2, 21 and 3A. RGB value is (210,33,58). Sum of RGB (Red+Green+Blue) = 210+33+58=301 (39% of max value = 765). Red value is 210 (82.42% from 255 or 69.77% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 210 - color contains mainly: red. Hex color #D2213A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2213A is #2DDEC5. Grayscale: #585858. Windows color (decimal): -3006150 or 3809746. OLE color: 3809746.

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

Color convert

RGB 210 33 58 -
CMYK 0 0.84 0.72 0.18
HSL 351.53º 0.73% 0.48% -
HSV(B) 351.53º 0.84% 0.82% -
XYZ 27.89 15.09 5.45 -
YUV 88.77 110.64 214.47 -
System Red Green Blue C M Y K H S L
Decimal 210 33 58 0 0.84 0.72 0.18 351.53 0.73 0.48
Hex D2 21 3A 0 54 48 12 160 49 30
Octal 322 41 72 0 124 110 22 540 111 60
Binary 11010010 100001 111010 0 1010100 1001000 10010 101100000 1001001 110000

Color Harmonies of #D2213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2213A

Black with #D2213A

Text Example


Text Example

White with #D2213A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2213A; }

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

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

background-color css

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

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

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

border-color css

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

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

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