Html Css Color HEX #D91533 Crimson

📋 copy color: '#D91533'

red 217 ◦ green 21 ◦ blue 51

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

Shades of Crimson #D91533

Tints of Crimson #D91533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.65%

R = 75.09%
G = 7.27%
B = 17.65%

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

#D91533 (or 0xD91533) is known color: Crimson. HEX triplet: D9, 15 and 33. RGB value is (217,21,51). Sum of RGB (Red+Green+Blue) = 217+21+51=289 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.09% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 51 (20.31% from 255 or 17.65% from 289); Max value from RGB is 217 - color contains mainly: red. Hex color #D91533 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91533 is #26EACC. Grayscale: #535353. Windows color (decimal): -2550477 or 3347929. OLE color: 3347929.

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

Color convert

RGB 217 21 51 -
CMYK 0 0.90 0.76 0.15
HSL 350.82º 0.82% 0.47% -
HSV(B) 350.82º 0.9% 0.85% -
XYZ 29.48 15.53 4.58 -
YUV 83.02 109.93 223.56 -
System Red Green Blue C M Y K H S L
Decimal 217 21 51 0 0.90 0.76 0.15 350.82 0.82 0.47
Hex D9 15 33 0 5A 4C F 15F 52 2F
Octal 331 25 63 0 132 114 17 537 122 57
Binary 11011001 10101 110011 0 1011010 1001100 1111 101011111 1010010 101111

Color Harmonies of #D91533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91533

Black with #D91533

Text Example


Text Example

White with #D91533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91533; }

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

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

background-color css

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

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

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

border-color css

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

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

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