Html Css Color HEX #DE3738 Alizarin

📋 copy color: '#DE3738'

red 222 ◦ green 55 ◦ blue 56

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

Shades of Alizarin #DE3738

Tints of Alizarin #DE3738

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.52%

 BLUE value IS 56 (22.27% from 255) = 16.82%

R = 66.67%
G = 16.52%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DE3738 (or 0xDE3738) is known color: Alizarin. HEX triplet: DE, 37 and 38. RGB value is (222,55,56). Sum of RGB (Red+Green+Blue) = 222+55+56=333 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.67% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 56 (22.27% from 255 or 16.82% from 333); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3738 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3738 is #21C8C7. Grayscale: #696969. Windows color (decimal): -2214088 or 3684318. OLE color: 3684318.

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

Color convert

RGB 222 55 56 -
CMYK 0 0.75 0.75 0.13
HSL 359.64º 0.72% 0.54% -
HSV(B) 359.64º 0.75% 0.87% -
XYZ 32.2 18.55 5.62 -
YUV 105.05 100.33 211.42 -
System Red Green Blue C M Y K H S L
Decimal 222 55 56 0 0.75 0.75 0.13 359.64 0.72 0.54
Hex DE 37 38 0 4B 4B D 168 48 36
Octal 336 67 70 0 113 113 15 550 110 66
Binary 11011110 110111 111000 0 1001011 1001011 1101 101101000 1001000 110110

Color Harmonies of #DE3738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3738

Black with #DE3738

Text Example


Text Example

White with #DE3738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3738; }

 p { color: rgb(222,55,56); }

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

background-color css

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

 a { background-color: rgb(222,55,56); }

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

border-color css

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

 span { border-color: rgb(222,55,56); }

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