Html Css Color HEX #D91539 Crimson

📋 copy color: '#D91539'

red 217 ◦ green 21 ◦ blue 57

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

Shades of Crimson #D91539

Tints of Crimson #D91539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19.32%

R = 73.56%
G = 7.12%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D91539 (or 0xD91539) is known color: Crimson. HEX triplet: D9, 15 and 39. RGB value is (217,21,57). Sum of RGB (Red+Green+Blue) = 217+21+57=295 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.56% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 57 (22.66% from 255 or 19.32% from 295); Max value from RGB is 217 - color contains mainly: red. Hex color #D91539 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91539 is #26EAC6. Grayscale: #535353. Windows color (decimal): -2550471 or 3741145. OLE color: 3741145.

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

Color convert

RGB 217 21 57 -
CMYK 0 0.90 0.74 0.15
HSL 348.98º 0.82% 0.47% -
HSV(B) 348.98º 0.9% 0.85% -
XYZ 29.62 15.58 5.32 -
YUV 83.71 112.93 223.07 -
System Red Green Blue C M Y K H S L
Decimal 217 21 57 0 0.90 0.74 0.15 348.98 0.82 0.47
Hex D9 15 39 0 5A 4A F 15D 52 2F
Octal 331 25 71 0 132 112 17 535 122 57
Binary 11011001 10101 111001 0 1011010 1001010 1111 101011101 1010010 101111

Color Harmonies of #D91539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91539

Black with #D91539

Text Example


Text Example

White with #D91539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91539; }

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

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

background-color css

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

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

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

border-color css

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

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

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