Html Css Color HEX #D7283A Alizarin

📋 copy color: '#D7283A'

red 215 ◦ green 40 ◦ blue 58

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

Shades of Alizarin #D7283A

Tints of Alizarin #D7283A

RGB

 RED value IS 215 (84.38% from 255) = 68.69%

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

 BLUE value IS 58 (23.05% from 255) = 18.53%

R = 68.69%
G = 12.78%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D7283A (or 0xD7283A) is known color: Alizarin. HEX triplet: D7, 28 and 3A. RGB value is (215,40,58). Sum of RGB (Red+Green+Blue) = 215+40+58=313 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.69% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 215 - color contains mainly: red. Hex color #D7283A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7283A is #28D7C5. Grayscale: #5E5E5E. Windows color (decimal): -2676678 or 3811543. OLE color: 3811543.

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

Color convert

RGB 215 40 58 -
CMYK 0 0.81 0.73 0.16
HSL 353.83º 0.69% 0.5% -
HSV(B) 353.83º 0.81% 0.84% -
XYZ 29.55 16.27 5.59 -
YUV 94.38 107.48 214.04 -
System Red Green Blue C M Y K H S L
Decimal 215 40 58 0 0.81 0.73 0.16 353.83 0.69 0.5
Hex D7 28 3A 0 51 49 10 162 45 32
Octal 327 50 72 0 121 111 20 542 105 62
Binary 11010111 101000 111010 0 1010001 1001001 10000 101100010 1000101 110010

Color Harmonies of #D7283A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7283A

Black with #D7283A

Text Example


Text Example

White with #D7283A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7283A; }

 p { color: rgb(215,40,58); }

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

background-color css

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

 a { background-color: rgb(215,40,58); }

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

border-color css

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

 span { border-color: rgb(215,40,58); }

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