Html Css Color HEX #D91532 Crimson

📋 copy color: '#D91532'

red 217 ◦ green 21 ◦ blue 50

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

Shades of Crimson #D91532

Tints of Crimson #D91532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.36%

R = 75.35%
G = 7.29%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D91532 (or 0xD91532) is known color: Crimson. HEX triplet: D9, 15 and 32. RGB value is (217,21,50). Sum of RGB (Red+Green+Blue) = 217+21+50=288 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.35% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 50 (19.92% from 255 or 17.36% from 288); Max value from RGB is 217 - color contains mainly: red. Hex color #D91532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91532 is #26EACD. Grayscale: #525252. Windows color (decimal): -2550478 or 3282393. OLE color: 3282393.

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

Color convert

RGB 217 21 50 -
CMYK 0 0.90 0.77 0.15
HSL 351.12º 0.82% 0.47% -
HSV(B) 351.12º 0.9% 0.85% -
XYZ 29.46 15.52 4.46 -
YUV 82.91 109.43 223.64 -
System Red Green Blue C M Y K H S L
Decimal 217 21 50 0 0.90 0.77 0.15 351.12 0.82 0.47
Hex D9 15 32 0 5A 4D F 15F 52 2F
Octal 331 25 62 0 132 115 17 537 122 57
Binary 11011001 10101 110010 0 1011010 1001101 1111 101011111 1010010 101111

Color Harmonies of #D91532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91532

Black with #D91532

Text Example


Text Example

White with #D91532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91532; }

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

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

background-color css

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

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

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

border-color css

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

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

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