Html Css Color HEX #D21947 Crimson

📋 copy color: '#D21947'

red 210 ◦ green 25 ◦ blue 71

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

Shades of Crimson #D21947

Tints of Crimson #D21947

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.17%

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

R = 68.63%
G = 8.17%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D21947 (or 0xD21947) is known color: Crimson. HEX triplet: D2, 19 and 47. RGB value is (210,25,71). Sum of RGB (Red+Green+Blue) = 210+25+71=306 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.63% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 71 (28.12% from 255 or 23.20% from 306); Max value from RGB is 210 - color contains mainly: red. Hex color #D21947 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21947 is #2DE6B8. Grayscale: #555555. Windows color (decimal): -3008185 or 4659666. OLE color: 4659666.

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

Color convert

RGB 210 25 71 -
CMYK 0 0.88 0.66 0.18
HSL 345.08º 0.79% 0.46% -
HSV(B) 345.08º 0.88% 0.82% -
XYZ 28.06 14.85 7.35 -
YUV 85.56 119.79 216.76 -
System Red Green Blue C M Y K H S L
Decimal 210 25 71 0 0.88 0.66 0.18 345.08 0.79 0.46
Hex D2 19 47 0 58 42 12 159 4F 2E
Octal 322 31 107 0 130 102 22 531 117 56
Binary 11010010 11001 1000111 0 1011000 1000010 10010 101011001 1001111 101110

Color Harmonies of #D21947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21947

Black with #D21947

Text Example


Text Example

White with #D21947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21947; }

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

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

background-color css

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

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

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

border-color css

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

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

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