Html Css Color HEX #D21831 Crimson

📋 copy color: '#D21831'

red 210 ◦ green 24 ◦ blue 49

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

Shades of Crimson #D21831

Tints of Crimson #D21831

RGB

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

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

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

R = 74.2%
G = 8.48%
B = 17.31%

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

#D21831 (or 0xD21831) is known color: Crimson. HEX triplet: D2, 18 and 31. RGB value is (210,24,49). Sum of RGB (Red+Green+Blue) = 210+24+49=283 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.20% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 210 - color contains mainly: red. Hex color #D21831 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21831 is #2DE7CE. Grayscale: #525252. Windows color (decimal): -3008463 or 3217618. OLE color: 3217618.

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

Color convert

RGB 210 24 49 -
CMYK 0 0.89 0.77 0.18
HSL 351.94º 0.79% 0.46% -
HSV(B) 351.94º 0.89% 0.82% -
XYZ 27.46 14.58 4.27 -
YUV 82.46 109.12 218.97 -
System Red Green Blue C M Y K H S L
Decimal 210 24 49 0 0.89 0.77 0.18 351.94 0.79 0.46
Hex D2 18 31 0 59 4D 12 160 4F 2E
Octal 322 30 61 0 131 115 22 540 117 56
Binary 11010010 11000 110001 0 1011001 1001101 10010 101100000 1001111 101110

Color Harmonies of #D21831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21831

Black with #D21831

Text Example


Text Example

White with #D21831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21831; }

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

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

background-color css

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

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

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

border-color css

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

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

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