Html Css Color HEX #D72F3A Alizarin

📋 copy color: '#D72F3A'

red 215 ◦ green 47 ◦ blue 58

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

Shades of Alizarin #D72F3A

Tints of Alizarin #D72F3A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.69%

 BLUE value IS 58 (23.05% from 255) = 18.13%

R = 67.19%
G = 14.69%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D72F3A (or 0xD72F3A) is known color: Alizarin. HEX triplet: D7, 2F and 3A. RGB value is (215,47,58). Sum of RGB (Red+Green+Blue) = 215+47+58=320 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.19% from 320); Green value is 47 (18.75% from 255 or 14.69% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 215 - color contains mainly: red. Hex color #D72F3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72F3A is #28D0C5. Grayscale: #626262. Windows color (decimal): -2674886 or 3813335. OLE color: 3813335.

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

Color convert

RGB 215 47 58 -
CMYK 0 0.78 0.73 0.16
HSL 356.07º 0.68% 0.51% -
HSV(B) 356.07º 0.78% 0.84% -
XYZ 29.8 16.79 5.67 -
YUV 98.49 105.16 211.11 -
System Red Green Blue C M Y K H S L
Decimal 215 47 58 0 0.78 0.73 0.16 356.07 0.68 0.51
Hex D7 2F 3A 0 4E 49 10 164 44 33
Octal 327 57 72 0 116 111 20 544 104 63
Binary 11010111 101111 111010 0 1001110 1001001 10000 101100100 1000100 110011

Color Harmonies of #D72F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72F3A

Black with #D72F3A

Text Example


Text Example

White with #D72F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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