Html Css Color HEX #D71532 Crimson

📋 copy color: '#D71532'

red 215 ◦ green 21 ◦ blue 50

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

Shades of Crimson #D71532

Tints of Crimson #D71532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.48%

R = 75.17%
G = 7.34%
B = 17.48%

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

#D71532 (or 0xD71532) is known color: Crimson. HEX triplet: D7, 15 and 32. RGB value is (215,21,50). Sum of RGB (Red+Green+Blue) = 215+21+50=286 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.17% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 215 - color contains mainly: red. Hex color #D71532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71532 is #28EACD. Grayscale: #525252. Windows color (decimal): -2681550 or 3282391. OLE color: 3282391.

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

Color convert

RGB 215 21 50 -
CMYK 0 0.90 0.77 0.16
HSL 351.03º 0.82% 0.46% -
HSV(B) 351.03º 0.9% 0.84% -
XYZ 28.87 15.21 4.43 -
YUV 82.31 109.77 222.64 -
System Red Green Blue C M Y K H S L
Decimal 215 21 50 0 0.90 0.77 0.16 351.03 0.82 0.46
Hex D7 15 32 0 5A 4D 10 15F 52 2E
Octal 327 25 62 0 132 115 20 537 122 56
Binary 11010111 10101 110010 0 1011010 1001101 10000 101011111 1010010 101110

Color Harmonies of #D71532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71532

Black with #D71532

Text Example


Text Example

White with #D71532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71532; }

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

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

background-color css

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

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

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

border-color css

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

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

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