Html Css Color HEX #DE3041 Alizarin

📋 copy color: '#DE3041'

red 222 ◦ green 48 ◦ blue 65

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

Shades of Alizarin #DE3041

Tints of Alizarin #DE3041

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.33%

 BLUE value IS 65 (25.78% from 255) = 19.4%

R = 66.27%
G = 14.33%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DE3041 (or 0xDE3041) is known color: Alizarin. HEX triplet: DE, 30 and 41. RGB value is (222,48,65). Sum of RGB (Red+Green+Blue) = 222+48+65=335 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.27% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3041 is #21CFBE. Grayscale: #666666. Windows color (decimal): -2215871 or 4272350. OLE color: 4272350.

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

Color convert

RGB 222 48 65 -
CMYK 0 0.78 0.71 0.13
HSL 354.14º 0.73% 0.53% -
HSV(B) 354.14º 0.78% 0.87% -
XYZ 32.14 18.03 6.79 -
YUV 101.96 107.15 213.62 -
System Red Green Blue C M Y K H S L
Decimal 222 48 65 0 0.78 0.71 0.13 354.14 0.73 0.53
Hex DE 30 41 0 4E 47 D 162 48 35
Octal 336 60 101 0 116 107 15 542 110 65
Binary 11011110 110000 1000001 0 1001110 1000111 1101 101100010 1001000 110101

Color Harmonies of #DE3041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3041

Black with #DE3041

Text Example


Text Example

White with #DE3041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3041; }

 p { color: rgb(222,48,65); }

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

background-color css

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

 a { background-color: rgb(222,48,65); }

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

border-color css

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

 span { border-color: rgb(222,48,65); }

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