Html Css Color HEX #D5252C Alizarin

📋 copy color: '#D5252C'

red 213 ◦ green 37 ◦ blue 44

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

Shades of Alizarin #D5252C

Tints of Alizarin #D5252C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.59%

 BLUE value IS 44 (17.58% from 255) = 14.97%

R = 72.45%
G = 12.59%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5252C (or 0xD5252C) is known color: Alizarin. HEX triplet: D5, 25 and 2C. RGB value is (213,37,44). Sum of RGB (Red+Green+Blue) = 213+37+44=294 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.45% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 213 - color contains mainly: red. Hex color #D5252C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5252C is #2ADAD3. Grayscale: #5A5A5A. Windows color (decimal): -2808532 or 2893269. OLE color: 2893269.

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

Color convert

RGB 213 37 44 -
CMYK 0 0.83 0.79 0.16
HSL 357.61º 0.7% 0.49% -
HSV(B) 357.61º 0.83% 0.84% -
XYZ 28.56 15.65 3.9 -
YUV 90.42 101.81 215.43 -
System Red Green Blue C M Y K H S L
Decimal 213 37 44 0 0.83 0.79 0.16 357.61 0.7 0.49
Hex D5 25 2C 0 53 4F 10 166 46 31
Octal 325 45 54 0 123 117 20 546 106 61
Binary 11010101 100101 101100 0 1010011 1001111 10000 101100110 1000110 110001

Color Harmonies of #D5252C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5252C

Black with #D5252C

Text Example


Text Example

White with #D5252C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5252C; }

 p { color: rgb(213,37,44); }

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

background-color css

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

 a { background-color: rgb(213,37,44); }

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

border-color css

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

 span { border-color: rgb(213,37,44); }

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