Html Css Color HEX #D91A49 Crimson

📋 copy color: '#D91A49'

red 217 ◦ green 26 ◦ blue 73

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

Shades of Crimson #D91A49

Tints of Crimson #D91A49

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.23%

 BLUE value IS 73 (28.91% from 255) = 23.1%

R = 68.67%
G = 8.23%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D91A49 (or 0xD91A49) is known color: Crimson. HEX triplet: D9, 1A and 49. RGB value is (217,26,73). Sum of RGB (Red+Green+Blue) = 217+26+73=316 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.67% from 316); Green value is 26 (10.55% from 255 or 8.23% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 217 - color contains mainly: red. Hex color #D91A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91A49 is #26E5B6. Grayscale: #585858. Windows color (decimal): -2549175 or 4791001. OLE color: 4791001.

HSL color Cylindrical-coordinate representation of color #D91A49: hue angle of 345.24º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D91A49 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 26 73 -
CMYK 0 0.88 0.66 0.15
HSL 345.24º 0.79% 0.48% -
HSV(B) 345.24º 0.88% 0.85% -
XYZ 30.19 15.97 7.8 -
YUV 88.47 119.28 219.68 -
System Red Green Blue C M Y K H S L
Decimal 217 26 73 0 0.88 0.66 0.15 345.24 0.79 0.48
Hex D9 1A 49 0 58 42 F 159 4F 30
Octal 331 32 111 0 130 102 17 531 117 60
Binary 11011001 11010 1001001 0 1011000 1000010 1111 101011001 1001111 110000

Color Harmonies of #D91A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91A49

Black with #D91A49

Text Example


Text Example

White with #D91A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91A49; }

 p { color: rgb(217,26,73); }

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

background-color css

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

 a { background-color: rgb(217,26,73); }

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

border-color css

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

 span { border-color: rgb(217,26,73); }

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