Html Css Color HEX #DE243C Alizarin

📋 copy color: '#DE243C'

red 222 ◦ green 36 ◦ blue 60

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

Shades of Alizarin #DE243C

Tints of Alizarin #DE243C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.32%

 BLUE value IS 60 (23.83% from 255) = 18.87%

R = 69.81%
G = 11.32%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DE243C (or 0xDE243C) is known color: Alizarin. HEX triplet: DE, 24 and 3C. RGB value is (222,36,60). Sum of RGB (Red+Green+Blue) = 222+36+60=318 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.81% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 222 - color contains mainly: red. Hex color #DE243C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE243C is #21DBC3. Grayscale: #5E5E5E. Windows color (decimal): -2218948 or 3941598. OLE color: 3941598.

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

Color convert

RGB 222 36 60 -
CMYK 0 0.84 0.73 0.13
HSL 352.26º 0.74% 0.51% -
HSV(B) 352.26º 0.84% 0.87% -
XYZ 31.57 17.12 5.92 -
YUV 94.35 108.62 219.05 -
System Red Green Blue C M Y K H S L
Decimal 222 36 60 0 0.84 0.73 0.13 352.26 0.74 0.51
Hex DE 24 3C 0 54 49 D 160 4A 33
Octal 336 44 74 0 124 111 15 540 112 63
Binary 11011110 100100 111100 0 1010100 1001001 1101 101100000 1001010 110011

Color Harmonies of #DE243C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE243C

Black with #DE243C

Text Example


Text Example

White with #DE243C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE243C; }

 p { color: rgb(222,36,60); }

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

background-color css

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

 a { background-color: rgb(222,36,60); }

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

border-color css

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

 span { border-color: rgb(222,36,60); }

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