Html Css Color HEX #D91741 Crimson

📋 copy color: '#D91741'

red 217 ◦ green 23 ◦ blue 65

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

Shades of Crimson #D91741

Tints of Crimson #D91741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.31%

R = 71.15%
G = 7.54%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D91741 (or 0xD91741) is known color: Crimson. HEX triplet: D9, 17 and 41. RGB value is (217,23,65). Sum of RGB (Red+Green+Blue) = 217+23+65=305 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.15% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 217 - color contains mainly: red. Hex color #D91741 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91741 is #26E8BE. Grayscale: #555555. Windows color (decimal): -2549951 or 4265945. OLE color: 4265945.

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

Color convert

RGB 217 23 65 -
CMYK 0 0.89 0.70 0.15
HSL 347.01º 0.81% 0.47% -
HSV(B) 347.01º 0.89% 0.85% -
XYZ 29.88 15.75 6.47 -
YUV 85.79 116.27 221.58 -
System Red Green Blue C M Y K H S L
Decimal 217 23 65 0 0.89 0.70 0.15 347.01 0.81 0.47
Hex D9 17 41 0 59 46 F 15B 51 2F
Octal 331 27 101 0 131 106 17 533 121 57
Binary 11011001 10111 1000001 0 1011001 1000110 1111 101011011 1010001 101111

Color Harmonies of #D91741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91741

Black with #D91741

Text Example


Text Example

White with #D91741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91741; }

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

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

background-color css

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

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

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

border-color css

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

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

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