Html Css Color HEX #D91535 Crimson

📋 copy color: '#D91535'

red 217 ◦ green 21 ◦ blue 53

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

Shades of Crimson #D91535

Tints of Crimson #D91535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.21%

R = 74.57%
G = 7.22%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D91535 (or 0xD91535) is known color: Crimson. HEX triplet: D9, 15 and 35. RGB value is (217,21,53). Sum of RGB (Red+Green+Blue) = 217+21+53=291 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.57% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 53 (21.09% from 255 or 18.21% from 291); Max value from RGB is 217 - color contains mainly: red. Hex color #D91535 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91535 is #26EACA. Grayscale: #535353. Windows color (decimal): -2550475 or 3479001. OLE color: 3479001.

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

Color convert

RGB 217 21 53 -
CMYK 0 0.90 0.76 0.15
HSL 350.2º 0.82% 0.47% -
HSV(B) 350.2º 0.9% 0.85% -
XYZ 29.53 15.55 4.81 -
YUV 83.25 110.93 223.4 -
System Red Green Blue C M Y K H S L
Decimal 217 21 53 0 0.90 0.76 0.15 350.2 0.82 0.47
Hex D9 15 35 0 5A 4C F 15E 52 2F
Octal 331 25 65 0 132 114 17 536 122 57
Binary 11011001 10101 110101 0 1011010 1001100 1111 101011110 1010010 101111

Color Harmonies of #D91535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91535

Black with #D91535

Text Example


Text Example

White with #D91535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91535; }

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

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

background-color css

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

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

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

border-color css

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

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

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