Html Css Color HEX #D71F36 Alizarin

📋 copy color: '#D71F36'

red 215 ◦ green 31 ◦ blue 54

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

Shades of Alizarin #D71F36

Tints of Alizarin #D71F36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18%

R = 71.67%
G = 10.33%
B = 18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D71F36 (or 0xD71F36) is known color: Alizarin. HEX triplet: D7, 1F and 36. RGB value is (215,31,54). Sum of RGB (Red+Green+Blue) = 215+31+54=300 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.67% from 300); Green value is 31 (12.5% from 255 or 10.33% from 300); Blue value is 54 (21.48% from 255 or 18% from 300); Max value from RGB is 215 - color contains mainly: red. Hex color #D71F36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71F36 is #28E0C9. Grayscale: #585858. Windows color (decimal): -2678986 or 3547095. OLE color: 3547095.

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

Color convert

RGB 215 31 54 -
CMYK 0 0.86 0.75 0.16
HSL 352.5º 0.75% 0.48% -
HSV(B) 352.5º 0.86% 0.84% -
XYZ 29.18 15.69 4.98 -
YUV 88.64 108.46 218.13 -
System Red Green Blue C M Y K H S L
Decimal 215 31 54 0 0.86 0.75 0.16 352.5 0.75 0.48
Hex D7 1F 36 0 56 4B 10 160 4B 30
Octal 327 37 66 0 126 113 20 540 113 60
Binary 11010111 11111 110110 0 1010110 1001011 10000 101100000 1001011 110000

Color Harmonies of #D71F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71F36

Black with #D71F36

Text Example


Text Example

White with #D71F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71F36; }

 p { color: rgb(215,31,54); }

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

background-color css

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

 a { background-color: rgb(215,31,54); }

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

border-color css

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

 span { border-color: rgb(215,31,54); }

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