Html Css Color HEX #D91F2B Alizarin

📋 copy color: '#D91F2B'

red 217 ◦ green 31 ◦ blue 43

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

Shades of Alizarin #D91F2B

Tints of Alizarin #D91F2B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.65%

 BLUE value IS 43 (17.19% from 255) = 14.78%

R = 74.57%
G = 10.65%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D91F2B (or 0xD91F2B) is known color: Alizarin. HEX triplet: D9, 1F and 2B. RGB value is (217,31,43). Sum of RGB (Red+Green+Blue) = 217+31+43=291 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.57% from 291); Green value is 31 (12.5% from 255 or 10.65% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 217 - color contains mainly: red. Hex color #D91F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91F2B is #26E0D4. Grayscale: #585858. Windows color (decimal): -2547925 or 2826201. OLE color: 2826201.

HSL color Cylindrical-coordinate representation of color #D91F2B: hue angle of 356.13º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D91F2B is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 31 43 -
CMYK 0 0.86 0.80 0.15
HSL 356.13º 0.75% 0.49% -
HSV(B) 356.13º 0.86% 0.85% -
XYZ 29.54 15.91 3.8 -
YUV 87.98 102.62 220.02 -
System Red Green Blue C M Y K H S L
Decimal 217 31 43 0 0.86 0.80 0.15 356.13 0.75 0.49
Hex D9 1F 2B 0 56 50 F 164 4B 31
Octal 331 37 53 0 126 120 17 544 113 61
Binary 11011001 11111 101011 0 1010110 1010000 1111 101100100 1001011 110001

Color Harmonies of #D91F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91F2B

Black with #D91F2B

Text Example


Text Example

White with #D91F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91F2B; }

 p { color: rgb(217,31,43); }

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

background-color css

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

 a { background-color: rgb(217,31,43); }

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

border-color css

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

 span { border-color: rgb(217,31,43); }

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