Html Css Color HEX #D91244 Crimson

📋 copy color: '#D91244'

red 217 ◦ green 18 ◦ blue 68

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

Shades of Crimson #D91244

Tints of Crimson #D91244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.44%

R = 71.62%
G = 5.94%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D91244 (or 0xD91244) is known color: Crimson. HEX triplet: D9, 12 and 44. RGB value is (217,18,68). Sum of RGB (Red+Green+Blue) = 217+18+68=303 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.62% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 217 - color contains mainly: red. Hex color #D91244 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91244 is #26EDBB. Grayscale: #535353. Windows color (decimal): -2551228 or 4461273. OLE color: 4461273.

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

Color convert

RGB 217 18 68 -
CMYK 0 0.92 0.69 0.15
HSL 344.92º 0.85% 0.46% -
HSV(B) 344.92º 0.92% 0.85% -
XYZ 29.87 15.6 6.91 -
YUV 83.2 119.43 223.43 -
System Red Green Blue C M Y K H S L
Decimal 217 18 68 0 0.92 0.69 0.15 344.92 0.85 0.46
Hex D9 12 44 0 5C 45 F 159 55 2E
Octal 331 22 104 0 134 105 17 531 125 56
Binary 11011001 10010 1000100 0 1011100 1000101 1111 101011001 1010101 101110

Color Harmonies of #D91244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91244

Black with #D91244

Text Example


Text Example

White with #D91244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91244; }

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

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

background-color css

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

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

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

border-color css

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

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

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