Html Css Color HEX #DE303E Alizarin

📋 copy color: '#DE303E'

red 222 ◦ green 48 ◦ blue 62

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

Shades of Alizarin #DE303E

Tints of Alizarin #DE303E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.67%

R = 66.87%
G = 14.46%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DE303E (or 0xDE303E) is known color: Alizarin. HEX triplet: DE, 30 and 3E. RGB value is (222,48,62). Sum of RGB (Red+Green+Blue) = 222+48+62=332 (43% of max value = 765). Red value is 222 (87.11% from 255 or 66.87% from 332); Green value is 48 (19.14% from 255 or 14.46% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 222 - color contains mainly: red. Hex color #DE303E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE303E is #21CFC1. Grayscale: #656565. Windows color (decimal): -2215874 or 4075742. OLE color: 4075742.

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

Color convert

RGB 222 48 62 -
CMYK 0 0.78 0.72 0.13
HSL 355.17º 0.73% 0.53% -
HSV(B) 355.17º 0.78% 0.87% -
XYZ 32.05 17.99 6.34 -
YUV 101.62 105.65 213.86 -
System Red Green Blue C M Y K H S L
Decimal 222 48 62 0 0.78 0.72 0.13 355.17 0.73 0.53
Hex DE 30 3E 0 4E 48 D 163 48 35
Octal 336 60 76 0 116 110 15 543 110 65
Binary 11011110 110000 111110 0 1001110 1001000 1101 101100011 1001000 110101

Color Harmonies of #DE303E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE303E

Black with #DE303E

Text Example


Text Example

White with #DE303E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE303E; }

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

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

background-color css

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

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

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

border-color css

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

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

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