Html Css Color HEX #D91231 Crimson

📋 copy color: '#D91231'

red 217 ◦ green 18 ◦ blue 49

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

Shades of Crimson #D91231

Tints of Crimson #D91231

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.34%

 BLUE value IS 49 (19.53% from 255) = 17.25%

R = 76.41%
G = 6.34%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D91231 (or 0xD91231) is known color: Crimson. HEX triplet: D9, 12 and 31. RGB value is (217,18,49). Sum of RGB (Red+Green+Blue) = 217+18+49=284 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.41% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 217 - color contains mainly: red. Hex color #D91231 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91231 is #26EDCE. Grayscale: #515151. Windows color (decimal): -2551247 or 3216089. OLE color: 3216089.

HSL color Cylindrical-coordinate representation of color #D91231: hue angle of 350.65º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D91231 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 18 49 -
CMYK 0 0.92 0.77 0.15
HSL 350.65º 0.85% 0.46% -
HSV(B) 350.65º 0.92% 0.85% -
XYZ 29.39 15.41 4.33 -
YUV 81.04 109.93 224.98 -
System Red Green Blue C M Y K H S L
Decimal 217 18 49 0 0.92 0.77 0.15 350.65 0.85 0.46
Hex D9 12 31 0 5C 4D F 15F 55 2E
Octal 331 22 61 0 134 115 17 537 125 56
Binary 11011001 10010 110001 0 1011100 1001101 1111 101011111 1010101 101110

Color Harmonies of #D91231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91231

Black with #D91231

Text Example


Text Example

White with #D91231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91231; }

 p { color: rgb(217,18,49); }

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

background-color css

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

 a { background-color: rgb(217,18,49); }

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

border-color css

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

 span { border-color: rgb(217,18,49); }

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