Html Css Color HEX #D21847 Crimson

📋 copy color: '#D21847'

red 210 ◦ green 24 ◦ blue 71

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

Shades of Crimson #D21847

Tints of Crimson #D21847

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.87%

 BLUE value IS 71 (28.13% from 255) = 23.28%

R = 68.85%
G = 7.87%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D21847 (or 0xD21847) is known color: Crimson. HEX triplet: D2, 18 and 47. RGB value is (210,24,71). Sum of RGB (Red+Green+Blue) = 210+24+71=305 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.85% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 71 (28.12% from 255 or 23.28% from 305); Max value from RGB is 210 - color contains mainly: red. Hex color #D21847 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21847 is #2DE7B8. Grayscale: #545454. Windows color (decimal): -3008441 or 4659410. OLE color: 4659410.

HSL color Cylindrical-coordinate representation of color #D21847: hue angle of 344.84º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D21847 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 24 71 -
CMYK 0 0.89 0.66 0.18
HSL 344.84º 0.79% 0.46% -
HSV(B) 344.84º 0.89% 0.82% -
XYZ 28.04 14.81 7.34 -
YUV 84.97 120.12 217.18 -
System Red Green Blue C M Y K H S L
Decimal 210 24 71 0 0.89 0.66 0.18 344.84 0.79 0.46
Hex D2 18 47 0 59 42 12 159 4F 2E
Octal 322 30 107 0 131 102 22 531 117 56
Binary 11010010 11000 1000111 0 1011001 1000010 10010 101011001 1001111 101110

Color Harmonies of #D21847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21847

Black with #D21847

Text Example


Text Example

White with #D21847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21847; }

 p { color: rgb(210,24,71); }

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

background-color css

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

 a { background-color: rgb(210,24,71); }

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

border-color css

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

 span { border-color: rgb(210,24,71); }

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