Html Css Color HEX #D91536 Crimson

📋 copy color: '#D91536'

red 217 ◦ green 21 ◦ blue 54

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

Shades of Crimson #D91536

Tints of Crimson #D91536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.49%

R = 74.32%
G = 7.19%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D91536 (or 0xD91536) is known color: Crimson. HEX triplet: D9, 15 and 36. RGB value is (217,21,54). Sum of RGB (Red+Green+Blue) = 217+21+54=292 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.32% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 54 (21.48% from 255 or 18.49% from 292); Max value from RGB is 217 - color contains mainly: red. Hex color #D91536 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91536 is #26EAC9. Grayscale: #535353. Windows color (decimal): -2550474 or 3544537. OLE color: 3544537.

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

Color convert

RGB 217 21 54 -
CMYK 0 0.90 0.75 0.15
HSL 349.9º 0.82% 0.47% -
HSV(B) 349.9º 0.9% 0.85% -
XYZ 29.55 15.55 4.93 -
YUV 83.37 111.43 223.32 -
System Red Green Blue C M Y K H S L
Decimal 217 21 54 0 0.90 0.75 0.15 349.9 0.82 0.47
Hex D9 15 36 0 5A 4B F 15E 52 2F
Octal 331 25 66 0 132 113 17 536 122 57
Binary 11011001 10101 110110 0 1011010 1001011 1111 101011110 1010010 101111

Color Harmonies of #D91536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91536

Black with #D91536

Text Example


Text Example

White with #D91536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91536; }

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

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

background-color css

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

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

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

border-color css

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

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

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