Html Css Color HEX #D5282A Alizarin

📋 copy color: '#D5282A'

red 213 ◦ green 40 ◦ blue 42

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

Shades of Alizarin #D5282A

Tints of Alizarin #D5282A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.56%

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

R = 72.2%
G = 13.56%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D5282A (or 0xD5282A) is known color: Alizarin. HEX triplet: D5, 28 and 2A. RGB value is (213,40,42). Sum of RGB (Red+Green+Blue) = 213+40+42=295 (39% of max value = 765). Red value is 213 (83.59% from 255 or 72.20% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 213 - color contains mainly: red. Hex color #D5282A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5282A is #2AD7D5. Grayscale: #5C5C5C. Windows color (decimal): -2807766 or 2762965. OLE color: 2762965.

HSL color Cylindrical-coordinate representation of color #D5282A: hue angle of 359.31º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D5282A is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 40 42 -
CMYK 0 0.81 0.80 0.16
HSL 359.31º 0.68% 0.5% -
HSV(B) 359.31º 0.81% 0.84% -
XYZ 28.62 15.83 3.74 -
YUV 91.96 99.81 214.34 -
System Red Green Blue C M Y K H S L
Decimal 213 40 42 0 0.81 0.80 0.16 359.31 0.68 0.5
Hex D5 28 2A 0 51 50 10 167 44 32
Octal 325 50 52 0 121 120 20 547 104 62
Binary 11010101 101000 101010 0 1010001 1010000 10000 101100111 1000100 110010

Color Harmonies of #D5282A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5282A

Black with #D5282A

Text Example


Text Example

White with #D5282A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5282A; }

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

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

background-color css

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

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

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

border-color css

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

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

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