Html Css Color HEX #D91B2F Alizarin

📋 copy color: '#D91B2F'

red 217 ◦ green 27 ◦ blue 47

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

Shades of Alizarin #D91B2F

Tints of Alizarin #D91B2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.15%

R = 74.57%
G = 9.28%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D91B2F (or 0xD91B2F) is known color: Alizarin. HEX triplet: D9, 1B and 2F. RGB value is (217,27,47). Sum of RGB (Red+Green+Blue) = 217+27+47=291 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.57% from 291); Green value is 27 (10.94% from 255 or 9.28% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 217 - color contains mainly: red. Hex color #D91B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91B2F is #26E4D0. Grayscale: #565656. Windows color (decimal): -2548945 or 3087321. OLE color: 3087321.

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

Color convert

RGB 217 27 47 -
CMYK 0 0.88 0.78 0.15
HSL 353.68º 0.78% 0.48% -
HSV(B) 353.68º 0.88% 0.85% -
XYZ 29.52 15.74 4.17 -
YUV 86.09 105.95 221.37 -
System Red Green Blue C M Y K H S L
Decimal 217 27 47 0 0.88 0.78 0.15 353.68 0.78 0.48
Hex D9 1B 2F 0 58 4E F 162 4E 30
Octal 331 33 57 0 130 116 17 542 116 60
Binary 11011001 11011 101111 0 1011000 1001110 1111 101100010 1001110 110000

Color Harmonies of #D91B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91B2F

Black with #D91B2F

Text Example


Text Example

White with #D91B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91B2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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