Html Css Color HEX #D91841 Crimson

📋 copy color: '#D91841'

red 217 ◦ green 24 ◦ blue 65

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

Shades of Crimson #D91841

Tints of Crimson #D91841

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.84%

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

R = 70.92%
G = 7.84%
B = 21.24%

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

#D91841 (or 0xD91841) is known color: Crimson. HEX triplet: D9, 18 and 41. RGB value is (217,24,65). Sum of RGB (Red+Green+Blue) = 217+24+65=306 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.92% from 306); Green value is 24 (9.77% from 255 or 7.84% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 217 - color contains mainly: red. Hex color #D91841 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91841 is #26E7BE. Grayscale: #565656. Windows color (decimal): -2549695 or 4266201. OLE color: 4266201.

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

Color convert

RGB 217 24 65 -
CMYK 0 0.89 0.70 0.15
HSL 347.25º 0.8% 0.47% -
HSV(B) 347.25º 0.89% 0.85% -
XYZ 29.9 15.79 6.47 -
YUV 86.38 115.94 221.17 -
System Red Green Blue C M Y K H S L
Decimal 217 24 65 0 0.89 0.70 0.15 347.25 0.8 0.47
Hex D9 18 41 0 59 46 F 15B 50 2F
Octal 331 30 101 0 131 106 17 533 120 57
Binary 11011001 11000 1000001 0 1011001 1000110 1111 101011011 1010000 101111

Color Harmonies of #D91841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91841

Black with #D91841

Text Example


Text Example

White with #D91841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91841; }

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

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

background-color css

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

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

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

border-color css

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

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

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