Html Css Color HEX #DE283E Alizarin

📋 copy color: '#DE283E'

red 222 ◦ green 40 ◦ blue 62

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

Shades of Alizarin #DE283E

Tints of Alizarin #DE283E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.14%

R = 68.52%
G = 12.35%
B = 19.14%

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

#DE283E (or 0xDE283E) is known color: Alizarin. HEX triplet: DE, 28 and 3E. RGB value is (222,40,62). Sum of RGB (Red+Green+Blue) = 222+40+62=324 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.52% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 62 (24.61% from 255 or 19.14% from 324); Max value from RGB is 222 - color contains mainly: red. Hex color #DE283E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE283E is #21D7C1. Grayscale: #616161. Windows color (decimal): -2217922 or 4073694. OLE color: 4073694.

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

Color convert

RGB 222 40 62 -
CMYK 0 0.82 0.72 0.13
HSL 352.75º 0.73% 0.51% -
HSV(B) 352.75º 0.82% 0.87% -
XYZ 31.75 17.39 6.24 -
YUV 96.93 108.3 217.21 -
System Red Green Blue C M Y K H S L
Decimal 222 40 62 0 0.82 0.72 0.13 352.75 0.73 0.51
Hex DE 28 3E 0 52 48 D 161 49 33
Octal 336 50 76 0 122 110 15 541 111 63
Binary 11011110 101000 111110 0 1010010 1001000 1101 101100001 1001001 110011

Color Harmonies of #DE283E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE283E

Black with #DE283E

Text Example


Text Example

White with #DE283E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE283E; }

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

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

background-color css

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

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

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

border-color css

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

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

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