Html Css Color HEX #DE283D Alizarin

📋 copy color: '#DE283D'

red 222 ◦ green 40 ◦ blue 61

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

Shades of Alizarin #DE283D

Tints of Alizarin #DE283D

RGB

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

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

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

R = 68.73%
G = 12.38%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DE283D (or 0xDE283D) is known color: Alizarin. HEX triplet: DE, 28 and 3D. RGB value is (222,40,61). Sum of RGB (Red+Green+Blue) = 222+40+61=323 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.73% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 222 - color contains mainly: red. Hex color #DE283D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE283D is #21D7C2. Grayscale: #606060. Windows color (decimal): -2217923 or 4008158. OLE color: 4008158.

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

Color convert

RGB 222 40 61 -
CMYK 0 0.82 0.73 0.13
HSL 353.08º 0.73% 0.51% -
HSV(B) 353.08º 0.82% 0.87% -
XYZ 31.73 17.38 6.1 -
YUV 96.81 107.8 217.29 -
System Red Green Blue C M Y K H S L
Decimal 222 40 61 0 0.82 0.73 0.13 353.08 0.73 0.51
Hex DE 28 3D 0 52 49 D 161 49 33
Octal 336 50 75 0 122 111 15 541 111 63
Binary 11011110 101000 111101 0 1010010 1001001 1101 101100001 1001001 110011

Color Harmonies of #DE283D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE283D

Black with #DE283D

Text Example


Text Example

White with #DE283D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE283D; }

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

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

background-color css

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

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

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

border-color css

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

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

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