Html Css Color HEX #D9283F Alizarin

📋 copy color: '#D9283F'

red 217 ◦ green 40 ◦ blue 63

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

Shades of Alizarin #D9283F

Tints of Alizarin #D9283F

RGB

 RED value IS 217 (85.16% from 255) = 67.81%

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

 BLUE value IS 63 (25% from 255) = 19.69%

R = 67.81%
G = 12.5%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D9283F (or 0xD9283F) is known color: Alizarin. HEX triplet: D9, 28 and 3F. RGB value is (217,40,63). Sum of RGB (Red+Green+Blue) = 217+40+63=320 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.81% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 217 - color contains mainly: red. Hex color #D9283F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9283F is #26D7C0. Grayscale: #5F5F5F. Windows color (decimal): -2545601 or 4139225. OLE color: 4139225.

HSL color Cylindrical-coordinate representation of color #D9283F: hue angle of 352.2º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D9283F is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 40 63 -
CMYK 0 0.82 0.71 0.15
HSL 352.2º 0.7% 0.5% -
HSV(B) 352.2º 0.82% 0.85% -
XYZ 30.27 16.63 6.32 -
YUV 95.55 109.64 214.63 -
System Red Green Blue C M Y K H S L
Decimal 217 40 63 0 0.82 0.71 0.15 352.2 0.7 0.5
Hex D9 28 3F 0 52 47 F 160 46 32
Octal 331 50 77 0 122 107 17 540 106 62
Binary 11011001 101000 111111 0 1010010 1000111 1111 101100000 1000110 110010

Color Harmonies of #D9283F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9283F

Black with #D9283F

Text Example


Text Example

White with #D9283F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9283F; }

 p { color: rgb(217,40,63); }

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

background-color css

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

 a { background-color: rgb(217,40,63); }

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

border-color css

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

 span { border-color: rgb(217,40,63); }

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