Html Css Color HEX #D91B47 Crimson

📋 copy color: '#D91B47'

red 217 ◦ green 27 ◦ blue 71

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

Shades of Crimson #D91B47

Tints of Crimson #D91B47

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.57%

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

R = 68.89%
G = 8.57%
B = 22.54%

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

#D91B47 (or 0xD91B47) is known color: Crimson. HEX triplet: D9, 1B and 47. RGB value is (217,27,71). Sum of RGB (Red+Green+Blue) = 217+27+71=315 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.89% from 315); Green value is 27 (10.94% from 255 or 8.57% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 217 - color contains mainly: red. Hex color #D91B47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91B47 is #26E4B8. Grayscale: #585858. Windows color (decimal): -2548921 or 4660185. OLE color: 4660185.

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

Color convert

RGB 217 27 71 -
CMYK 0 0.88 0.67 0.15
HSL 346.11º 0.78% 0.48% -
HSV(B) 346.11º 0.88% 0.85% -
XYZ 30.14 15.99 7.46 -
YUV 88.83 117.95 219.42 -
System Red Green Blue C M Y K H S L
Decimal 217 27 71 0 0.88 0.67 0.15 346.11 0.78 0.48
Hex D9 1B 47 0 58 43 F 15A 4E 30
Octal 331 33 107 0 130 103 17 532 116 60
Binary 11011001 11011 1000111 0 1011000 1000011 1111 101011010 1001110 110000

Color Harmonies of #D91B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91B47

Black with #D91B47

Text Example


Text Example

White with #D91B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91B47; }

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

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

background-color css

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

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

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

border-color css

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

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

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