Html Css Color HEX #D71C2F Alizarin

📋 copy color: '#D71C2F'

red 215 ◦ green 28 ◦ blue 47

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

Shades of Alizarin #D71C2F

Tints of Alizarin #D71C2F

RGB

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

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

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

R = 74.14%
G = 9.66%
B = 16.21%

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

#D71C2F (or 0xD71C2F) is known color: Alizarin. HEX triplet: D7, 1C and 2F. RGB value is (215,28,47). Sum of RGB (Red+Green+Blue) = 215+28+47=290 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.14% from 290); Green value is 28 (11.33% from 255 or 9.66% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 215 - color contains mainly: red. Hex color #D71C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71C2F is #28E3D0. Grayscale: #565656. Windows color (decimal): -2679761 or 3087575. OLE color: 3087575.

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

Color convert

RGB 215 28 47 -
CMYK 0 0.87 0.78 0.16
HSL 353.9º 0.77% 0.48% -
HSV(B) 353.9º 0.87% 0.84% -
XYZ 28.95 15.48 4.15 -
YUV 86.08 105.95 219.96 -
System Red Green Blue C M Y K H S L
Decimal 215 28 47 0 0.87 0.78 0.16 353.9 0.77 0.48
Hex D7 1C 2F 0 57 4E 10 162 4D 30
Octal 327 34 57 0 127 116 20 542 115 60
Binary 11010111 11100 101111 0 1010111 1001110 10000 101100010 1001101 110000

Color Harmonies of #D71C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71C2F

Black with #D71C2F

Text Example


Text Example

White with #D71C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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