Html Css Color HEX #D5253C Alizarin

📋 copy color: '#D5253C'

red 213 ◦ green 37 ◦ blue 60

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

Shades of Alizarin #D5253C

Tints of Alizarin #D5253C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.35%

R = 68.71%
G = 11.94%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5253C (or 0xD5253C) is known color: Alizarin. HEX triplet: D5, 25 and 3C. RGB value is (213,37,60). Sum of RGB (Red+Green+Blue) = 213+37+60=310 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.71% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 213 - color contains mainly: red. Hex color #D5253C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5253C is #2ADAC3. Grayscale: #5C5C5C. Windows color (decimal): -2808516 or 3941845. OLE color: 3941845.

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

Color convert

RGB 213 37 60 -
CMYK 0 0.83 0.72 0.16
HSL 352.16º 0.7% 0.49% -
HSV(B) 352.16º 0.83% 0.84% -
XYZ 28.92 15.8 5.8 -
YUV 92.25 109.81 214.13 -
System Red Green Blue C M Y K H S L
Decimal 213 37 60 0 0.83 0.72 0.16 352.16 0.7 0.49
Hex D5 25 3C 0 53 48 10 160 46 31
Octal 325 45 74 0 123 110 20 540 106 61
Binary 11010101 100101 111100 0 1010011 1001000 10000 101100000 1000110 110001

Color Harmonies of #D5253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5253C

Black with #D5253C

Text Example


Text Example

White with #D5253C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5253C; }

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

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

background-color css

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

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

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

border-color css

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

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

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