Html Css Color HEX #DE282C Alizarin

📋 copy color: '#DE282C'

red 222 ◦ green 40 ◦ blue 44

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

Shades of Alizarin #DE282C

Tints of Alizarin #DE282C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.38%

R = 72.55%
G = 13.07%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DE282C (or 0xDE282C) is known color: Alizarin. HEX triplet: DE, 28 and 2C. RGB value is (222,40,44). Sum of RGB (Red+Green+Blue) = 222+40+44=306 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.55% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 222 - color contains mainly: red. Hex color #DE282C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE282C is #21D7D3. Grayscale: #5F5F5F. Windows color (decimal): -2217940 or 2894046. OLE color: 2894046.

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

Color convert

RGB 222 40 44 -
CMYK 0 0.82 0.80 0.13
HSL 358.68º 0.73% 0.51% -
HSV(B) 358.68º 0.82% 0.87% -
XYZ 31.34 17.23 4.06 -
YUV 94.87 99.3 218.67 -
System Red Green Blue C M Y K H S L
Decimal 222 40 44 0 0.82 0.80 0.13 358.68 0.73 0.51
Hex DE 28 2C 0 52 50 D 167 49 33
Octal 336 50 54 0 122 120 15 547 111 63
Binary 11011110 101000 101100 0 1010010 1010000 1101 101100111 1001001 110011

Color Harmonies of #DE282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE282C

Black with #DE282C

Text Example


Text Example

White with #DE282C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE282C; }

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

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

background-color css

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

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

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

border-color css

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

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

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