Html Css Color HEX #D91C30 Alizarin

📋 copy color: '#D91C30'

red 217 ◦ green 28 ◦ blue 48

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

Shades of Alizarin #D91C30

Tints of Alizarin #D91C30

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.56%

 BLUE value IS 48 (19.14% from 255) = 16.38%

R = 74.06%
G = 9.56%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D91C30 (or 0xD91C30) is known color: Alizarin. HEX triplet: D9, 1C and 30. RGB value is (217,28,48). Sum of RGB (Red+Green+Blue) = 217+28+48=293 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.06% from 293); Green value is 28 (11.33% from 255 or 9.56% from 293); Blue value is 48 (19.14% from 255 or 16.38% from 293); Max value from RGB is 217 - color contains mainly: red. Hex color #D91C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91C30 is #26E3CF. Grayscale: #565656. Windows color (decimal): -2548688 or 3153113. OLE color: 3153113.

HSL color Cylindrical-coordinate representation of color #D91C30: hue angle of 353.65º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D91C30 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 28 48 -
CMYK 0 0.87 0.78 0.15
HSL 353.65º 0.77% 0.48% -
HSV(B) 353.65º 0.87% 0.85% -
XYZ 29.56 15.8 4.29 -
YUV 86.79 106.12 220.87 -
System Red Green Blue C M Y K H S L
Decimal 217 28 48 0 0.87 0.78 0.15 353.65 0.77 0.48
Hex D9 1C 30 0 57 4E F 162 4D 30
Octal 331 34 60 0 127 116 17 542 115 60
Binary 11011001 11100 110000 0 1010111 1001110 1111 101100010 1001101 110000

Color Harmonies of #D91C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91C30

Black with #D91C30

Text Example


Text Example

White with #D91C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91C30; }

 p { color: rgb(217,28,48); }

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

background-color css

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

 a { background-color: rgb(217,28,48); }

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

border-color css

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

 span { border-color: rgb(217,28,48); }

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