Html Css Color HEX #D71531 Crimson

📋 copy color: '#D71531'

red 215 ◦ green 21 ◦ blue 49

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

Shades of Crimson #D71531

Tints of Crimson #D71531

RGB

 RED value IS 215 (84.38% from 255) = 75.44%

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

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

R = 75.44%
G = 7.37%
B = 17.19%

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

#D71531 (or 0xD71531) is known color: Crimson. HEX triplet: D7, 15 and 31. RGB value is (215,21,49). Sum of RGB (Red+Green+Blue) = 215+21+49=285 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.44% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 215 - color contains mainly: red. Hex color #D71531 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71531 is #28EACE. Grayscale: #525252. Windows color (decimal): -2681551 or 3216855. OLE color: 3216855.

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

Color convert

RGB 215 21 49 -
CMYK 0 0.90 0.77 0.16
HSL 351.34º 0.82% 0.46% -
HSV(B) 351.34º 0.9% 0.84% -
XYZ 28.85 15.21 4.32 -
YUV 82.2 109.27 222.72 -
System Red Green Blue C M Y K H S L
Decimal 215 21 49 0 0.90 0.77 0.16 351.34 0.82 0.46
Hex D7 15 31 0 5A 4D 10 15F 52 2E
Octal 327 25 61 0 132 115 20 537 122 56
Binary 11010111 10101 110001 0 1011010 1001101 10000 101011111 1010010 101110

Color Harmonies of #D71531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71531

Black with #D71531

Text Example


Text Example

White with #D71531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71531; }

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

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

background-color css

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

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

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

border-color css

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

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

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