Html Css Color HEX #D5273B Alizarin

📋 copy color: '#D5273B'

red 213 ◦ green 39 ◦ blue 59

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

Shades of Alizarin #D5273B

Tints of Alizarin #D5273B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.97%

R = 68.49%
G = 12.54%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5273B (or 0xD5273B) is known color: Alizarin. HEX triplet: D5, 27 and 3B. RGB value is (213,39,59). Sum of RGB (Red+Green+Blue) = 213+39+59=311 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.49% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 59 (23.44% from 255 or 18.97% from 311); Max value from RGB is 213 - color contains mainly: red. Hex color #D5273B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5273B is #2AD8C4. Grayscale: #5D5D5D. Windows color (decimal): -2808005 or 3876821. OLE color: 3876821.

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

Color convert

RGB 213 39 59 -
CMYK 0 0.82 0.72 0.16
HSL 353.1º 0.69% 0.49% -
HSV(B) 353.1º 0.82% 0.84% -
XYZ 28.96 15.91 5.68 -
YUV 93.31 108.65 213.37 -
System Red Green Blue C M Y K H S L
Decimal 213 39 59 0 0.82 0.72 0.16 353.1 0.69 0.49
Hex D5 27 3B 0 52 48 10 161 45 31
Octal 325 47 73 0 122 110 20 541 105 61
Binary 11010101 100111 111011 0 1010010 1001000 10000 101100001 1000101 110001

Color Harmonies of #D5273B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5273B

Black with #D5273B

Text Example


Text Example

White with #D5273B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5273B; }

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

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

background-color css

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

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

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

border-color css

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

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

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