Html Css Color HEX #D91534 Crimson

📋 copy color: '#D91534'

red 217 ◦ green 21 ◦ blue 52

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

Shades of Crimson #D91534

Tints of Crimson #D91534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.93%

R = 74.83%
G = 7.24%
B = 17.93%

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

#D91534 (or 0xD91534) is known color: Crimson. HEX triplet: D9, 15 and 34. RGB value is (217,21,52). Sum of RGB (Red+Green+Blue) = 217+21+52=290 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.83% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 217 - color contains mainly: red. Hex color #D91534 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91534 is #26EACB. Grayscale: #535353. Windows color (decimal): -2550476 or 3413465. OLE color: 3413465.

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

Color convert

RGB 217 21 52 -
CMYK 0 0.90 0.76 0.15
HSL 350.51º 0.82% 0.47% -
HSV(B) 350.51º 0.9% 0.85% -
XYZ 29.5 15.54 4.69 -
YUV 83.14 110.43 223.48 -
System Red Green Blue C M Y K H S L
Decimal 217 21 52 0 0.90 0.76 0.15 350.51 0.82 0.47
Hex D9 15 34 0 5A 4C F 15F 52 2F
Octal 331 25 64 0 132 114 17 537 122 57
Binary 11011001 10101 110100 0 1011010 1001100 1111 101011111 1010010 101111

Color Harmonies of #D91534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91534

Black with #D91534

Text Example


Text Example

White with #D91534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91534; }

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

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

background-color css

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

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

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

border-color css

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

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

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