Html Css Color HEX #D71730 Crimson

📋 copy color: '#D71730'

red 215 ◦ green 23 ◦ blue 48

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

Shades of Crimson #D71730

Tints of Crimson #D71730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.78%

R = 75.17%
G = 8.04%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D71730 (or 0xD71730) is known color: Crimson. HEX triplet: D7, 17 and 30. RGB value is (215,23,48). Sum of RGB (Red+Green+Blue) = 215+23+48=286 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.17% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 215 - color contains mainly: red. Hex color #D71730 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71730 is #28E8CF. Grayscale: #535353. Windows color (decimal): -2681040 or 3151831. OLE color: 3151831.

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

Color convert

RGB 215 23 48 -
CMYK 0 0.89 0.78 0.16
HSL 352.19º 0.81% 0.47% -
HSV(B) 352.19º 0.89% 0.84% -
XYZ 28.86 15.27 4.22 -
YUV 83.26 108.11 221.97 -
System Red Green Blue C M Y K H S L
Decimal 215 23 48 0 0.89 0.78 0.16 352.19 0.81 0.47
Hex D7 17 30 0 59 4E 10 160 51 2F
Octal 327 27 60 0 131 116 20 540 121 57
Binary 11010111 10111 110000 0 1011001 1001110 10000 101100000 1010001 101111

Color Harmonies of #D71730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71730

Black with #D71730

Text Example


Text Example

White with #D71730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71730; }

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

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

background-color css

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

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

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

border-color css

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

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

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