Html Css Color HEX #D91840 Crimson

📋 copy color: '#D91840'

red 217 ◦ green 24 ◦ blue 64

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

Shades of Crimson #D91840

Tints of Crimson #D91840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.98%

R = 71.15%
G = 7.87%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D91840 (or 0xD91840) is known color: Crimson. HEX triplet: D9, 18 and 40. RGB value is (217,24,64). Sum of RGB (Red+Green+Blue) = 217+24+64=305 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.15% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 217 - color contains mainly: red. Hex color #D91840 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91840 is #26E7BF. Grayscale: #565656. Windows color (decimal): -2549696 or 4200665. OLE color: 4200665.

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

Color convert

RGB 217 24 64 -
CMYK 0 0.89 0.71 0.15
HSL 347.56º 0.8% 0.47% -
HSV(B) 347.56º 0.89% 0.85% -
XYZ 29.87 15.78 6.32 -
YUV 86.27 115.44 221.25 -
System Red Green Blue C M Y K H S L
Decimal 217 24 64 0 0.89 0.71 0.15 347.56 0.8 0.47
Hex D9 18 40 0 59 47 F 15C 50 2F
Octal 331 30 100 0 131 107 17 534 120 57
Binary 11011001 11000 1000000 0 1011001 1000111 1111 101011100 1010000 101111

Color Harmonies of #D91840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91840

Black with #D91840

Text Example


Text Example

White with #D91840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91840; }

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

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

background-color css

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

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

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

border-color css

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

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

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