Html Css Color HEX #DE283F Alizarin

📋 copy color: '#DE283F'

red 222 ◦ green 40 ◦ blue 63

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

Shades of Alizarin #DE283F

Tints of Alizarin #DE283F

RGB

 RED value IS 222 (87.11% from 255) = 68.31%

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

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

R = 68.31%
G = 12.31%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DE283F (or 0xDE283F) is known color: Alizarin. HEX triplet: DE, 28 and 3F. RGB value is (222,40,63). Sum of RGB (Red+Green+Blue) = 222+40+63=325 (43% of max value = 765). Red value is 222 (87.11% from 255 or 68.31% from 325); Green value is 40 (16.02% from 255 or 12.31% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 222 - color contains mainly: red. Hex color #DE283F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE283F is #21D7C0. Grayscale: #616161. Windows color (decimal): -2217921 or 4139230. OLE color: 4139230.

HSL color Cylindrical-coordinate representation of color #DE283F: hue angle of 352.42º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE283F is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 40 63 -
CMYK 0 0.82 0.72 0.13
HSL 352.42º 0.73% 0.51% -
HSV(B) 352.42º 0.82% 0.87% -
XYZ 31.78 17.41 6.39 -
YUV 97.04 108.8 217.13 -
System Red Green Blue C M Y K H S L
Decimal 222 40 63 0 0.82 0.72 0.13 352.42 0.73 0.51
Hex DE 28 3F 0 52 48 D 160 49 33
Octal 336 50 77 0 122 110 15 540 111 63
Binary 11011110 101000 111111 0 1010010 1001000 1101 101100000 1001001 110011

Color Harmonies of #DE283F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE283F

Black with #DE283F

Text Example


Text Example

White with #DE283F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE283F; }

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

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

background-color css

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

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

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

border-color css

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

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

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