Html Css Color HEX #D5283C Alizarin

📋 copy color: '#D5283C'

red 213 ◦ green 40 ◦ blue 60

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

Shades of Alizarin #D5283C

Tints of Alizarin #D5283C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.17%

R = 68.05%
G = 12.78%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5283C (or 0xD5283C) is known color: Alizarin. HEX triplet: D5, 28 and 3C. RGB value is (213,40,60). Sum of RGB (Red+Green+Blue) = 213+40+60=313 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.05% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 213 - color contains mainly: red. Hex color #D5283C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5283C is #2AD7C3. Grayscale: #5E5E5E. Windows color (decimal): -2807748 or 3942613. OLE color: 3942613.

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

Color convert

RGB 213 40 60 -
CMYK 0 0.81 0.72 0.16
HSL 353.06º 0.68% 0.5% -
HSV(B) 353.06º 0.81% 0.84% -
XYZ 29.01 15.99 5.83 -
YUV 94.01 108.81 212.87 -
System Red Green Blue C M Y K H S L
Decimal 213 40 60 0 0.81 0.72 0.16 353.06 0.68 0.5
Hex D5 28 3C 0 51 48 10 161 44 32
Octal 325 50 74 0 121 110 20 541 104 62
Binary 11010101 101000 111100 0 1010001 1001000 10000 101100001 1000100 110010

Color Harmonies of #D5283C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5283C

Black with #D5283C

Text Example


Text Example

White with #D5283C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5283C; }

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

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

background-color css

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

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

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

border-color css

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

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

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