Html Css Color HEX #D91947 Crimson

📋 copy color: '#D91947'

red 217 ◦ green 25 ◦ blue 71

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

Shades of Crimson #D91947

Tints of Crimson #D91947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.68%

R = 69.33%
G = 7.99%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D91947 (or 0xD91947) is known color: Crimson. HEX triplet: D9, 19 and 47. RGB value is (217,25,71). Sum of RGB (Red+Green+Blue) = 217+25+71=313 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.33% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 71 (28.12% from 255 or 22.68% from 313); Max value from RGB is 217 - color contains mainly: red. Hex color #D91947 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91947 is #26E6B8. Grayscale: #575757. Windows color (decimal): -2549433 or 4659673. OLE color: 4659673.

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

Color convert

RGB 217 25 71 -
CMYK 0 0.88 0.67 0.15
HSL 345.63º 0.79% 0.47% -
HSV(B) 345.63º 0.88% 0.85% -
XYZ 30.1 15.9 7.44 -
YUV 87.65 118.61 220.26 -
System Red Green Blue C M Y K H S L
Decimal 217 25 71 0 0.88 0.67 0.15 345.63 0.79 0.47
Hex D9 19 47 0 58 43 F 15A 4F 2F
Octal 331 31 107 0 130 103 17 532 117 57
Binary 11011001 11001 1000111 0 1011000 1000011 1111 101011010 1001111 101111

Color Harmonies of #D91947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91947

Black with #D91947

Text Example


Text Example

White with #D91947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91947; }

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

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

background-color css

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

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

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

border-color css

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

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

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