Html Css Color HEX #D5272E Alizarin

📋 copy color: '#D5272E'

red 213 ◦ green 39 ◦ blue 46

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

Shades of Alizarin #D5272E

Tints of Alizarin #D5272E

RGB

 RED value IS 213 (83.59% from 255) = 71.48%

 GREEN value IS 39 (15.63% from 255) = 13.09%

 BLUE value IS 46 (18.36% from 255) = 15.44%

R = 71.48%
G = 13.09%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D5272E (or 0xD5272E) is known color: Alizarin. HEX triplet: D5, 27 and 2E. RGB value is (213,39,46). Sum of RGB (Red+Green+Blue) = 213+39+46=298 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.48% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 46 (18.36% from 255 or 15.44% from 298); Max value from RGB is 213 - color contains mainly: red. Hex color #D5272E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5272E is #2AD8D1. Grayscale: #5B5B5B. Windows color (decimal): -2808018 or 3024853. OLE color: 3024853.

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

Color convert

RGB 213 39 46 -
CMYK 0 0.82 0.78 0.16
HSL 357.59º 0.69% 0.49% -
HSV(B) 357.59º 0.82% 0.84% -
XYZ 28.66 15.79 4.12 -
YUV 91.82 102.15 214.43 -
System Red Green Blue C M Y K H S L
Decimal 213 39 46 0 0.82 0.78 0.16 357.59 0.69 0.49
Hex D5 27 2E 0 52 4E 10 166 45 31
Octal 325 47 56 0 122 116 20 546 105 61
Binary 11010101 100111 101110 0 1010010 1001110 10000 101100110 1000101 110001

Color Harmonies of #D5272E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5272E

Black with #D5272E

Text Example


Text Example

White with #D5272E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5272E; }

 p { color: rgb(213,39,46); }

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

background-color css

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

 a { background-color: rgb(213,39,46); }

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

border-color css

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

 span { border-color: rgb(213,39,46); }

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