Html Css Color HEX #D91730 Crimson

📋 copy color: '#D91730'

red 217 ◦ green 23 ◦ blue 48

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

Shades of Crimson #D91730

Tints of Crimson #D91730

RGB

 RED value IS 217 (85.16% from 255) = 75.35%

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

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

R = 75.35%
G = 7.99%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D91730 (or 0xD91730) is known color: Crimson. HEX triplet: D9, 17 and 30. RGB value is (217,23,48). Sum of RGB (Red+Green+Blue) = 217+23+48=288 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.35% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 48 (19.14% from 255 or 16.67% from 288); Max value from RGB is 217 - color contains mainly: red. Hex color #D91730 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91730 is #26E8CF. Grayscale: #535353. Windows color (decimal): -2549968 or 3151833. OLE color: 3151833.

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

Color convert

RGB 217 23 48 -
CMYK 0 0.89 0.78 0.15
HSL 352.27º 0.81% 0.47% -
HSV(B) 352.27º 0.89% 0.85% -
XYZ 29.46 15.58 4.25 -
YUV 83.86 107.77 222.97 -
System Red Green Blue C M Y K H S L
Decimal 217 23 48 0 0.89 0.78 0.15 352.27 0.81 0.47
Hex D9 17 30 0 59 4E F 160 51 2F
Octal 331 27 60 0 131 116 17 540 121 57
Binary 11011001 10111 110000 0 1011001 1001110 1111 101100000 1010001 101111

Color Harmonies of #D91730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91730

Black with #D91730

Text Example


Text Example

White with #D91730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91730; }

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

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

background-color css

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

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

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

border-color css

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

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

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