Html Css Color HEX #D5282D Alizarin

📋 copy color: '#D5282D'

red 213 ◦ green 40 ◦ blue 45

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

Shades of Alizarin #D5282D

Tints of Alizarin #D5282D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.1%

R = 71.48%
G = 13.42%
B = 15.1%

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

#D5282D (or 0xD5282D) is known color: Alizarin. HEX triplet: D5, 28 and 2D. RGB value is (213,40,45). Sum of RGB (Red+Green+Blue) = 213+40+45=298 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.48% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 213 - color contains mainly: red. Hex color #D5282D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5282D is #2AD7D2. Grayscale: #5C5C5C. Windows color (decimal): -2807763 or 2959573. OLE color: 2959573.

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

Color convert

RGB 213 40 45 -
CMYK 0 0.81 0.79 0.16
HSL 358.27º 0.68% 0.5% -
HSV(B) 358.27º 0.81% 0.84% -
XYZ 28.67 15.85 4.03 -
YUV 92.3 101.31 214.09 -
System Red Green Blue C M Y K H S L
Decimal 213 40 45 0 0.81 0.79 0.16 358.27 0.68 0.5
Hex D5 28 2D 0 51 4F 10 166 44 32
Octal 325 50 55 0 121 117 20 546 104 62
Binary 11010101 101000 101101 0 1010001 1001111 10000 101100110 1000100 110010

Color Harmonies of #D5282D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5282D

Black with #D5282D

Text Example


Text Example

White with #D5282D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5282D; }

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

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

background-color css

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

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

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

border-color css

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

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

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