Html Css Color HEX #D91540 Crimson

📋 copy color: '#D91540'

red 217 ◦ green 21 ◦ blue 64

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

Shades of Crimson #D91540

Tints of Crimson #D91540

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.95%

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

R = 71.85%
G = 6.95%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D91540 (or 0xD91540) is known color: Crimson. HEX triplet: D9, 15 and 40. RGB value is (217,21,64). Sum of RGB (Red+Green+Blue) = 217+21+64=302 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.85% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 217 - color contains mainly: red. Hex color #D91540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91540 is #26EABF. Grayscale: #545454. Windows color (decimal): -2550464 or 4199897. OLE color: 4199897.

HSL color Cylindrical-coordinate representation of color #D91540: hue angle of 346.84º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D91540 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 21 64 -
CMYK 0 0.90 0.71 0.15
HSL 346.84º 0.82% 0.47% -
HSV(B) 346.84º 0.9% 0.85% -
XYZ 29.81 15.66 6.3 -
YUV 84.51 116.43 222.5 -
System Red Green Blue C M Y K H S L
Decimal 217 21 64 0 0.90 0.71 0.15 346.84 0.82 0.47
Hex D9 15 40 0 5A 47 F 15B 52 2F
Octal 331 25 100 0 132 107 17 533 122 57
Binary 11011001 10101 1000000 0 1011010 1000111 1111 101011011 1010010 101111

Color Harmonies of #D91540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91540

Black with #D91540

Text Example


Text Example

White with #D91540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91540; }

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

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

background-color css

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

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

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

border-color css

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

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

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