Html Css Color HEX #D71C30 Alizarin

📋 copy color: '#D71C30'

red 215 ◦ green 28 ◦ blue 48

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

Shades of Alizarin #D71C30

Tints of Alizarin #D71C30

RGB

 RED value IS 215 (84.38% from 255) = 73.88%

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

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

R = 73.88%
G = 9.62%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D71C30 (or 0xD71C30) is known color: Alizarin. HEX triplet: D7, 1C and 30. RGB value is (215,28,48). Sum of RGB (Red+Green+Blue) = 215+28+48=291 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.88% from 291); Green value is 28 (11.33% from 255 or 9.62% from 291); Blue value is 48 (19.14% from 255 or 16.49% from 291); Max value from RGB is 215 - color contains mainly: red. Hex color #D71C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71C30 is #28E3CF. Grayscale: #565656. Windows color (decimal): -2679760 or 3153111. OLE color: 3153111.

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

Color convert

RGB 215 28 48 -
CMYK 0 0.87 0.78 0.16
HSL 353.58º 0.77% 0.48% -
HSV(B) 353.58º 0.87% 0.84% -
XYZ 28.97 15.49 4.26 -
YUV 86.19 106.45 219.87 -
System Red Green Blue C M Y K H S L
Decimal 215 28 48 0 0.87 0.78 0.16 353.58 0.77 0.48
Hex D7 1C 30 0 57 4E 10 162 4D 30
Octal 327 34 60 0 127 116 20 542 115 60
Binary 11010111 11100 110000 0 1010111 1001110 10000 101100010 1001101 110000

Color Harmonies of #D71C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71C30

Black with #D71C30

Text Example


Text Example

White with #D71C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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