Html Css Color HEX #D5282C Alizarin

📋 copy color: '#D5282C'

red 213 ◦ green 40 ◦ blue 44

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

Shades of Alizarin #D5282C

Tints of Alizarin #D5282C

RGB

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

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

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

R = 71.72%
G = 13.47%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5282C (or 0xD5282C) is known color: Alizarin. HEX triplet: D5, 28 and 2C. RGB value is (213,40,44). Sum of RGB (Red+Green+Blue) = 213+40+44=297 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.72% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 213 - color contains mainly: red. Hex color #D5282C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5282C is #2AD7D3. Grayscale: #5C5C5C. Windows color (decimal): -2807764 or 2894037. OLE color: 2894037.

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

Color convert

RGB 213 40 44 -
CMYK 0 0.81 0.79 0.16
HSL 358.61º 0.68% 0.5% -
HSV(B) 358.61º 0.81% 0.84% -
XYZ 28.65 15.85 3.93 -
YUV 92.18 100.81 214.17 -
System Red Green Blue C M Y K H S L
Decimal 213 40 44 0 0.81 0.79 0.16 358.61 0.68 0.5
Hex D5 28 2C 0 51 4F 10 167 44 32
Octal 325 50 54 0 121 117 20 547 104 62
Binary 11010101 101000 101100 0 1010001 1001111 10000 101100111 1000100 110010

Color Harmonies of #D5282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5282C

Black with #D5282C

Text Example


Text Example

White with #D5282C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5282C; }

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

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

background-color css

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

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

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

border-color css

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

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

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