Html Css Color HEX #D21E32 Cardinal

📋 copy color: '#D21E32'

red 210 ◦ green 30 ◦ blue 50

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

Shades of Cardinal #D21E32

Tints of Cardinal #D21E32

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.34%

 BLUE value IS 50 (19.92% from 255) = 17.24%

R = 72.41%
G = 10.34%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D21E32 (or 0xD21E32) is known color: Cardinal. HEX triplet: D2, 1E and 32. RGB value is (210,30,50). Sum of RGB (Red+Green+Blue) = 210+30+50=290 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.41% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 210 - color contains mainly: red. Hex color #D21E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21E32 is #2DE1CD. Grayscale: #565656. Windows color (decimal): -3006926 or 3284690. OLE color: 3284690.

HSL color Cylindrical-coordinate representation of color #D21E32: hue angle of 353.33º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D21E32 is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 30 50 -
CMYK 0 0.86 0.76 0.18
HSL 353.33º 0.75% 0.47% -
HSV(B) 353.33º 0.86% 0.82% -
XYZ 27.62 14.86 4.43 -
YUV 86.1 107.63 216.37 -
System Red Green Blue C M Y K H S L
Decimal 210 30 50 0 0.86 0.76 0.18 353.33 0.75 0.47
Hex D2 1E 32 0 56 4C 12 161 4B 2F
Octal 322 36 62 0 126 114 22 541 113 57
Binary 11010010 11110 110010 0 1010110 1001100 10010 101100001 1001011 101111

Color Harmonies of #D21E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21E32

Black with #D21E32

Text Example


Text Example

White with #D21E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21E32; }

 p { color: rgb(210,30,50); }

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

background-color css

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

 a { background-color: rgb(210,30,50); }

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

border-color css

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

 span { border-color: rgb(210,30,50); }

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