Html Css Color HEX #D71745 Crimson

📋 copy color: '#D71745'

red 215 ◦ green 23 ◦ blue 69

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

Shades of Crimson #D71745

Tints of Crimson #D71745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.48%

R = 70.03%
G = 7.49%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D71745 (or 0xD71745) is known color: Crimson. HEX triplet: D7, 17 and 45. RGB value is (215,23,69). Sum of RGB (Red+Green+Blue) = 215+23+69=307 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.03% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 215 - color contains mainly: red. Hex color #D71745 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71745 is #28E8BA. Grayscale: #555555. Windows color (decimal): -2681019 or 4528087. OLE color: 4528087.

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

Color convert

RGB 215 23 69 -
CMYK 0 0.89 0.68 0.16
HSL 345.63º 0.81% 0.47% -
HSV(B) 345.63º 0.89% 0.84% -
XYZ 29.4 15.49 7.07 -
YUV 85.65 118.61 220.26 -
System Red Green Blue C M Y K H S L
Decimal 215 23 69 0 0.89 0.68 0.16 345.63 0.81 0.47
Hex D7 17 45 0 59 44 10 15A 51 2F
Octal 327 27 105 0 131 104 20 532 121 57
Binary 11010111 10111 1000101 0 1011001 1000100 10000 101011010 1010001 101111

Color Harmonies of #D71745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71745

Black with #D71745

Text Example


Text Example

White with #D71745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71745; }

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

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

background-color css

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

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

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

border-color css

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

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

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