Html Css Color HEX #D91E49 Crimson

📋 copy color: '#D91E49'

red 217 ◦ green 30 ◦ blue 73

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

Shades of Crimson #D91E49

Tints of Crimson #D91E49

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.38%

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

R = 67.81%
G = 9.38%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D91E49 (or 0xD91E49) is known color: Crimson. HEX triplet: D9, 1E and 49. RGB value is (217,30,73). Sum of RGB (Red+Green+Blue) = 217+30+73=320 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.81% from 320); Green value is 30 (12.11% from 255 or 9.38% from 320); Blue value is 73 (28.91% from 255 or 22.81% from 320); Max value from RGB is 217 - color contains mainly: red. Hex color #D91E49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91E49 is #26E1B6. Grayscale: #5A5A5A. Windows color (decimal): -2548151 or 4792025. OLE color: 4792025.

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

Color convert

RGB 217 30 73 -
CMYK 0 0.86 0.66 0.15
HSL 346.2º 0.76% 0.48% -
HSV(B) 346.2º 0.86% 0.85% -
XYZ 30.28 16.16 7.83 -
YUV 90.82 117.95 218 -
System Red Green Blue C M Y K H S L
Decimal 217 30 73 0 0.86 0.66 0.15 346.2 0.76 0.48
Hex D9 1E 49 0 56 42 F 15A 4C 30
Octal 331 36 111 0 126 102 17 532 114 60
Binary 11011001 11110 1001001 0 1010110 1000010 1111 101011010 1001100 110000

Color Harmonies of #D91E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91E49

Black with #D91E49

Text Example


Text Example

White with #D91E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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