Html Css Color HEX #D21731 Crimson

📋 copy color: '#D21731'

red 210 ◦ green 23 ◦ blue 49

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

Shades of Crimson #D21731

Tints of Crimson #D21731

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.16%

 BLUE value IS 49 (19.53% from 255) = 17.38%

R = 74.47%
G = 8.16%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D21731 (or 0xD21731) is known color: Crimson. HEX triplet: D2, 17 and 31. RGB value is (210,23,49). Sum of RGB (Red+Green+Blue) = 210+23+49=282 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.47% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 210 - color contains mainly: red. Hex color #D21731 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21731 is #2DE8CE. Grayscale: #515151. Windows color (decimal): -3008719 or 3217362. OLE color: 3217362.

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

Color convert

RGB 210 23 49 -
CMYK 0 0.89 0.77 0.18
HSL 351.66º 0.8% 0.46% -
HSV(B) 351.66º 0.89% 0.82% -
XYZ 27.44 14.54 4.27 -
YUV 81.88 109.45 219.39 -
System Red Green Blue C M Y K H S L
Decimal 210 23 49 0 0.89 0.77 0.18 351.66 0.8 0.46
Hex D2 17 31 0 59 4D 12 160 50 2E
Octal 322 27 61 0 131 115 22 540 120 56
Binary 11010010 10111 110001 0 1011001 1001101 10010 101100000 1010000 101110

Color Harmonies of #D21731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21731

Black with #D21731

Text Example


Text Example

White with #D21731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21731; }

 p { color: rgb(210,23,49); }

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

background-color css

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

 a { background-color: rgb(210,23,49); }

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

border-color css

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

 span { border-color: rgb(210,23,49); }

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