Html Css Color HEX #D5283D Alizarin

📋 copy color: '#D5283D'

red 213 ◦ green 40 ◦ blue 61

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

Shades of Alizarin #D5283D

Tints of Alizarin #D5283D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.43%

R = 67.83%
G = 12.74%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D5283D (or 0xD5283D) is known color: Alizarin. HEX triplet: D5, 28 and 3D. RGB value is (213,40,61). Sum of RGB (Red+Green+Blue) = 213+40+61=314 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.83% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 213 - color contains mainly: red. Hex color #D5283D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5283D is #2AD7C2. Grayscale: #5E5E5E. Windows color (decimal): -2807747 or 4008149. OLE color: 4008149.

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

Color convert

RGB 213 40 61 -
CMYK 0 0.81 0.71 0.16
HSL 352.72º 0.68% 0.5% -
HSV(B) 352.72º 0.81% 0.84% -
XYZ 29.04 16 5.97 -
YUV 94.12 109.31 212.79 -
System Red Green Blue C M Y K H S L
Decimal 213 40 61 0 0.81 0.71 0.16 352.72 0.68 0.5
Hex D5 28 3D 0 51 47 10 161 44 32
Octal 325 50 75 0 121 107 20 541 104 62
Binary 11010101 101000 111101 0 1010001 1000111 10000 101100001 1000100 110010

Color Harmonies of #D5283D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5283D

Black with #D5283D

Text Example


Text Example

White with #D5283D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5283D; }

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

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

background-color css

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

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

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

border-color css

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

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

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