Html Css Color HEX #D91949 Crimson

📋 copy color: '#D91949'

red 217 ◦ green 25 ◦ blue 73

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

Shades of Crimson #D91949

Tints of Crimson #D91949

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.94%

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

R = 68.89%
G = 7.94%
B = 23.17%

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

#D91949 (or 0xD91949) is known color: Crimson. HEX triplet: D9, 19 and 49. RGB value is (217,25,73). Sum of RGB (Red+Green+Blue) = 217+25+73=315 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.89% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 217 - color contains mainly: red. Hex color #D91949 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91949 is #26E6B6. Grayscale: #575757. Windows color (decimal): -2549431 or 4790745. OLE color: 4790745.

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

Color convert

RGB 217 25 73 -
CMYK 0 0.88 0.66 0.15
HSL 345º 0.79% 0.47% -
HSV(B) 345º 0.88% 0.85% -
XYZ 30.17 15.93 7.79 -
YUV 87.88 119.61 220.1 -
System Red Green Blue C M Y K H S L
Decimal 217 25 73 0 0.88 0.66 0.15 345 0.79 0.47
Hex D9 19 49 0 58 42 F 159 4F 2F
Octal 331 31 111 0 130 102 17 531 117 57
Binary 11011001 11001 1001001 0 1011000 1000010 1111 101011001 1001111 101111

Color Harmonies of #D91949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91949

Black with #D91949

Text Example


Text Example

White with #D91949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91949; }

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

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

background-color css

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

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

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

border-color css

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

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

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