Html Css Color HEX #D21D32 Cardinal

📋 copy color: '#D21D32'

red 210 ◦ green 29 ◦ blue 50

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

Shades of Cardinal #D21D32

Tints of Cardinal #D21D32

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.03%

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

R = 72.66%
G = 10.03%
B = 17.3%

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

#D21D32 (or 0xD21D32) is known color: Cardinal. HEX triplet: D2, 1D and 32. RGB value is (210,29,50). Sum of RGB (Red+Green+Blue) = 210+29+50=289 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.66% from 289); Green value is 29 (11.72% from 255 or 10.03% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 210 - color contains mainly: red. Hex color #D21D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21D32 is #2DE2CD. Grayscale: #555555. Windows color (decimal): -3007182 or 3284434. OLE color: 3284434.

HSL color Cylindrical-coordinate representation of color #D21D32: hue angle of 353.04º degrees, saturation: 0.76, 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 #D21D32 is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 29 50 -
CMYK 0 0.86 0.76 0.18
HSL 353.04º 0.76% 0.47% -
HSV(B) 353.04º 0.86% 0.82% -
XYZ 27.59 14.81 4.42 -
YUV 85.51 107.97 216.79 -
System Red Green Blue C M Y K H S L
Decimal 210 29 50 0 0.86 0.76 0.18 353.04 0.76 0.47
Hex D2 1D 32 0 56 4C 12 161 4C 2F
Octal 322 35 62 0 126 114 22 541 114 57
Binary 11010010 11101 110010 0 1010110 1001100 10010 101100001 1001100 101111

Color Harmonies of #D21D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21D32

Black with #D21D32

Text Example


Text Example

White with #D21D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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