Html Css Color HEX #D21E48 Crimson

📋 copy color: '#D21E48'

red 210 ◦ green 30 ◦ blue 72

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

Shades of Crimson #D21E48

Tints of Crimson #D21E48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.08%

R = 67.31%
G = 9.62%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D21E48 (or 0xD21E48) is known color: Crimson. HEX triplet: D2, 1E and 48. RGB value is (210,30,72). Sum of RGB (Red+Green+Blue) = 210+30+72=312 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.31% from 312); Green value is 30 (12.11% from 255 or 9.62% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 210 - color contains mainly: red. Hex color #D21E48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21E48 is #2DE1B7. Grayscale: #585858. Windows color (decimal): -3006904 or 4726482. OLE color: 4726482.

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

Color convert

RGB 210 30 72 -
CMYK 0 0.86 0.66 0.18
HSL 346º 0.75% 0.47% -
HSV(B) 346º 0.86% 0.82% -
XYZ 28.21 15.1 7.56 -
YUV 88.61 118.63 214.58 -
System Red Green Blue C M Y K H S L
Decimal 210 30 72 0 0.86 0.66 0.18 346 0.75 0.47
Hex D2 1E 48 0 56 42 12 15A 4B 2F
Octal 322 36 110 0 126 102 22 532 113 57
Binary 11010010 11110 1001000 0 1010110 1000010 10010 101011010 1001011 101111

Color Harmonies of #D21E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21E48

Black with #D21E48

Text Example


Text Example

White with #D21E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21E48; }

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

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

background-color css

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

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

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

border-color css

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

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

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