Html Css Color HEX #D51531 Crimson

📋 copy color: '#D51531'

red 213 ◦ green 21 ◦ blue 49

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

Shades of Crimson #D51531

Tints of Crimson #D51531

RGB

 RED value IS 213 (83.59% from 255) = 75.27%

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

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

R = 75.27%
G = 7.42%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D51531 (or 0xD51531) is known color: Crimson. HEX triplet: D5, 15 and 31. RGB value is (213,21,49). Sum of RGB (Red+Green+Blue) = 213+21+49=283 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.27% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 213 - color contains mainly: red. Hex color #D51531 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51531 is #2AEACE. Grayscale: #515151. Windows color (decimal): -2812623 or 3216853. OLE color: 3216853.

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

Color convert

RGB 213 21 49 -
CMYK 0 0.90 0.77 0.16
HSL 351.25º 0.82% 0.46% -
HSV(B) 351.25º 0.9% 0.84% -
XYZ 28.26 14.9 4.29 -
YUV 81.6 109.61 221.72 -
System Red Green Blue C M Y K H S L
Decimal 213 21 49 0 0.90 0.77 0.16 351.25 0.82 0.46
Hex D5 15 31 0 5A 4D 10 15F 52 2E
Octal 325 25 61 0 132 115 20 537 122 56
Binary 11010101 10101 110001 0 1011010 1001101 10000 101011111 1010010 101110

Color Harmonies of #D51531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51531

Black with #D51531

Text Example


Text Example

White with #D51531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51531; }

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

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

background-color css

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

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

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

border-color css

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

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

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