Html Css Color HEX #D71740 Crimson

📋 copy color: '#D71740'

red 215 ◦ green 23 ◦ blue 64

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

Shades of Crimson #D71740

Tints of Crimson #D71740

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.62%

 BLUE value IS 64 (25.39% from 255) = 21.19%

R = 71.19%
G = 7.62%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D71740 (or 0xD71740) is known color: Crimson. HEX triplet: D7, 17 and 40. RGB value is (215,23,64). Sum of RGB (Red+Green+Blue) = 215+23+64=302 (40% of max value = 765). Red value is 215 (84.38% from 255 or 71.19% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 215 - color contains mainly: red. Hex color #D71740 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71740 is #28E8BF. Grayscale: #555555. Windows color (decimal): -2681024 or 4200407. OLE color: 4200407.

HSL color Cylindrical-coordinate representation of color #D71740: hue angle of 347.19º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D71740 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 23 64 -
CMYK 0 0.89 0.70 0.16
HSL 347.19º 0.81% 0.47% -
HSV(B) 347.19º 0.89% 0.84% -
XYZ 29.26 15.43 6.29 -
YUV 85.08 116.11 220.67 -
System Red Green Blue C M Y K H S L
Decimal 215 23 64 0 0.89 0.70 0.16 347.19 0.81 0.47
Hex D7 17 40 0 59 46 10 15B 51 2F
Octal 327 27 100 0 131 106 20 533 121 57
Binary 11010111 10111 1000000 0 1011001 1000110 10000 101011011 1010001 101111

Color Harmonies of #D71740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71740

Black with #D71740

Text Example


Text Example

White with #D71740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71740; }

 p { color: rgb(215,23,64); }

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

background-color css

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

 a { background-color: rgb(215,23,64); }

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

border-color css

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

 span { border-color: rgb(215,23,64); }

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