Html Css Color HEX #D5282B Alizarin

📋 copy color: '#D5282B'

red 213 ◦ green 40 ◦ blue 43

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

Shades of Alizarin #D5282B

Tints of Alizarin #D5282B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.53%

R = 71.96%
G = 13.51%
B = 14.53%

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

#D5282B (or 0xD5282B) is known color: Alizarin. HEX triplet: D5, 28 and 2B. RGB value is (213,40,43). Sum of RGB (Red+Green+Blue) = 213+40+43=296 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.96% from 296); Green value is 40 (16.02% from 255 or 13.51% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 213 - color contains mainly: red. Hex color #D5282B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5282B is #2AD7D4. Grayscale: #5C5C5C. Windows color (decimal): -2807765 or 2828501. OLE color: 2828501.

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

Color convert

RGB 213 40 43 -
CMYK 0 0.81 0.80 0.16
HSL 358.96º 0.68% 0.5% -
HSV(B) 358.96º 0.81% 0.84% -
XYZ 28.64 15.84 3.83 -
YUV 92.07 100.31 214.26 -
System Red Green Blue C M Y K H S L
Decimal 213 40 43 0 0.81 0.80 0.16 358.96 0.68 0.5
Hex D5 28 2B 0 51 50 10 167 44 32
Octal 325 50 53 0 121 120 20 547 104 62
Binary 11010101 101000 101011 0 1010001 1010000 10000 101100111 1000100 110010

Color Harmonies of #D5282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5282B

Black with #D5282B

Text Example


Text Example

White with #D5282B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5282B; }

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

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

background-color css

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

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

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

border-color css

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

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

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