Html Css Color HEX #D5272D Alizarin

📋 copy color: '#D5272D'

red 213 ◦ green 39 ◦ blue 45

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

Shades of Alizarin #D5272D

Tints of Alizarin #D5272D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.15%

R = 71.72%
G = 13.13%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5272D (or 0xD5272D) is known color: Alizarin. HEX triplet: D5, 27 and 2D. RGB value is (213,39,45). Sum of RGB (Red+Green+Blue) = 213+39+45=297 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.72% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 213 - color contains mainly: red. Hex color #D5272D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5272D is #2AD8D2. Grayscale: #5B5B5B. Windows color (decimal): -2808019 or 2959317. OLE color: 2959317.

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

Color convert

RGB 213 39 45 -
CMYK 0 0.82 0.79 0.16
HSL 357.93º 0.69% 0.49% -
HSV(B) 357.93º 0.82% 0.84% -
XYZ 28.64 15.79 4.02 -
YUV 91.71 101.65 214.51 -
System Red Green Blue C M Y K H S L
Decimal 213 39 45 0 0.82 0.79 0.16 357.93 0.69 0.49
Hex D5 27 2D 0 52 4F 10 166 45 31
Octal 325 47 55 0 122 117 20 546 105 61
Binary 11010101 100111 101101 0 1010010 1001111 10000 101100110 1000101 110001

Color Harmonies of #D5272D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5272D

Black with #D5272D

Text Example


Text Example

White with #D5272D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5272D; }

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

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

background-color css

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

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

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

border-color css

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

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

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