Html Css Color HEX #D21531 Crimson

📋 copy color: '#D21531'

red 210 ◦ green 21 ◦ blue 49

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

Shades of Crimson #D21531

Tints of Crimson #D21531

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.5%

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

R = 75%
G = 7.5%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D21531 (or 0xD21531) is known color: Crimson. HEX triplet: D2, 15 and 31. RGB value is (210,21,49). Sum of RGB (Red+Green+Blue) = 210+21+49=280 (37% of max value = 765). Red value is 210 (82.42% from 255 or 75% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 210 - color contains mainly: red. Hex color #D21531 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21531 is #2DEACE. Grayscale: #505050. Windows color (decimal): -3009231 or 3216850. OLE color: 3216850.

HSL color Cylindrical-coordinate representation of color #D21531: hue angle of 351.11º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D21531 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 21 49 -
CMYK 0 0.90 0.77 0.18
HSL 351.11º 0.82% 0.45% -
HSV(B) 351.11º 0.9% 0.82% -
XYZ 27.4 14.46 4.25 -
YUV 80.7 110.12 220.22 -
System Red Green Blue C M Y K H S L
Decimal 210 21 49 0 0.90 0.77 0.18 351.11 0.82 0.45
Hex D2 15 31 0 5A 4D 12 15F 52 2D
Octal 322 25 61 0 132 115 22 537 122 55
Binary 11010010 10101 110001 0 1011010 1001101 10010 101011111 1010010 101101

Color Harmonies of #D21531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21531

Black with #D21531

Text Example


Text Example

White with #D21531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21531; }

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

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

background-color css

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

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

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

border-color css

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

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

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