Html Css Color HEX #D7283D Alizarin

📋 copy color: '#D7283D'

red 215 ◦ green 40 ◦ blue 61

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

Shades of Alizarin #D7283D

Tints of Alizarin #D7283D

RGB

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

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

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

R = 68.04%
G = 12.66%
B = 19.3%

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

#D7283D (or 0xD7283D) is known color: Alizarin. HEX triplet: D7, 28 and 3D. RGB value is (215,40,61). Sum of RGB (Red+Green+Blue) = 215+40+61=316 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.04% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 215 - color contains mainly: red. Hex color #D7283D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7283D is #28D7C2. Grayscale: #5E5E5E. Windows color (decimal): -2676675 or 4008151. OLE color: 4008151.

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

Color convert

RGB 215 40 61 -
CMYK 0 0.81 0.72 0.16
HSL 352.8º 0.69% 0.5% -
HSV(B) 352.8º 0.81% 0.84% -
XYZ 29.63 16.3 6 -
YUV 94.72 108.98 213.79 -
System Red Green Blue C M Y K H S L
Decimal 215 40 61 0 0.81 0.72 0.16 352.8 0.69 0.5
Hex D7 28 3D 0 51 48 10 161 45 32
Octal 327 50 75 0 121 110 20 541 105 62
Binary 11010111 101000 111101 0 1010001 1001000 10000 101100001 1000101 110010

Color Harmonies of #D7283D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7283D

Black with #D7283D

Text Example


Text Example

White with #D7283D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7283D; }

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

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

background-color css

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

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

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

border-color css

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

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

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