Html Css Color HEX #D91449 Crimson

📋 copy color: '#D91449'

red 217 ◦ green 20 ◦ blue 73

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

Shades of Crimson #D91449

Tints of Crimson #D91449

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.45%

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

R = 70%
G = 6.45%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D91449 (or 0xD91449) is known color: Crimson. HEX triplet: D9, 14 and 49. RGB value is (217,20,73). Sum of RGB (Red+Green+Blue) = 217+20+73=310 (41% of max value = 765). Red value is 217 (85.16% from 255 or 70% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 217 - color contains mainly: red. Hex color #D91449 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91449 is #26EBB6. Grayscale: #545454. Windows color (decimal): -2550711 or 4789465. OLE color: 4789465.

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

Color convert

RGB 217 20 73 -
CMYK 0 0.91 0.66 0.15
HSL 343.86º 0.83% 0.46% -
HSV(B) 343.86º 0.91% 0.85% -
XYZ 30.07 15.73 7.76 -
YUV 84.95 121.27 222.19 -
System Red Green Blue C M Y K H S L
Decimal 217 20 73 0 0.91 0.66 0.15 343.86 0.83 0.46
Hex D9 14 49 0 5B 42 F 158 53 2E
Octal 331 24 111 0 133 102 17 530 123 56
Binary 11011001 10100 1001001 0 1011011 1000010 1111 101011000 1010011 101110

Color Harmonies of #D91449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91449

Black with #D91449

Text Example


Text Example

White with #D91449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91449; }

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

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

background-color css

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

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

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

border-color css

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

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

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