Html Css Color HEX #D2213C Cardinal

📋 copy color: '#D2213C'

red 210 ◦ green 33 ◦ blue 60

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

Shades of Cardinal #D2213C

Tints of Cardinal #D2213C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.8%

R = 69.31%
G = 10.89%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D2213C (or 0xD2213C) is known color: Cardinal. HEX triplet: D2, 21 and 3C. RGB value is (210,33,60). Sum of RGB (Red+Green+Blue) = 210+33+60=303 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.31% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 210 - color contains mainly: red. Hex color #D2213C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2213C is #2DDEC3. Grayscale: #595959. Windows color (decimal): -3006148 or 3940818. OLE color: 3940818.

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

Color convert

RGB 210 33 60 -
CMYK 0 0.84 0.71 0.18
HSL 350.85º 0.73% 0.48% -
HSV(B) 350.85º 0.84% 0.82% -
XYZ 27.94 15.12 5.72 -
YUV 89 111.64 214.3 -
System Red Green Blue C M Y K H S L
Decimal 210 33 60 0 0.84 0.71 0.18 350.85 0.73 0.48
Hex D2 21 3C 0 54 47 12 15F 49 30
Octal 322 41 74 0 124 107 22 537 111 60
Binary 11010010 100001 111100 0 1010100 1000111 10010 101011111 1001001 110000

Color Harmonies of #D2213C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2213C

Black with #D2213C

Text Example


Text Example

White with #D2213C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2213C; }

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

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

background-color css

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

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

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

border-color css

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

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

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