Html Css Color HEX #D5252A Alizarin

📋 copy color: '#D5252A'

red 213 ◦ green 37 ◦ blue 42

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

Shades of Alizarin #D5252A

Tints of Alizarin #D5252A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.38%

R = 72.95%
G = 12.67%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D5252A (or 0xD5252A) is known color: Alizarin. HEX triplet: D5, 25 and 2A. RGB value is (213,37,42). Sum of RGB (Red+Green+Blue) = 213+37+42=292 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.95% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 213 - color contains mainly: red. Hex color #D5252A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5252A is #2ADAD5. Grayscale: #5A5A5A. Windows color (decimal): -2808534 or 2762197. OLE color: 2762197.

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

Color convert

RGB 213 37 42 -
CMYK 0 0.83 0.80 0.16
HSL 358.3º 0.7% 0.49% -
HSV(B) 358.3º 0.83% 0.84% -
XYZ 28.52 15.64 3.71 -
YUV 90.19 100.81 215.59 -
System Red Green Blue C M Y K H S L
Decimal 213 37 42 0 0.83 0.80 0.16 358.3 0.7 0.49
Hex D5 25 2A 0 53 50 10 166 46 31
Octal 325 45 52 0 123 120 20 546 106 61
Binary 11010101 100101 101010 0 1010011 1010000 10000 101100110 1000110 110001

Color Harmonies of #D5252A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5252A

Black with #D5252A

Text Example


Text Example

White with #D5252A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5252A; }

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

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

background-color css

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

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

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

border-color css

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

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

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