Html Css Color HEX #DE242F Alizarin

📋 copy color: '#DE242F'

red 222 ◦ green 36 ◦ blue 47

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

Shades of Alizarin #DE242F

Tints of Alizarin #DE242F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.41%

R = 72.79%
G = 11.8%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DE242F (or 0xDE242F) is known color: Alizarin. HEX triplet: DE, 24 and 2F. RGB value is (222,36,47). Sum of RGB (Red+Green+Blue) = 222+36+47=305 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.79% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 222 - color contains mainly: red. Hex color #DE242F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE242F is #21DBD0. Grayscale: #5D5D5D. Windows color (decimal): -2218961 or 3089630. OLE color: 3089630.

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

Color convert

RGB 222 36 47 -
CMYK 0 0.84 0.79 0.13
HSL 356.45º 0.74% 0.51% -
HSV(B) 356.45º 0.84% 0.87% -
XYZ 31.27 17 4.32 -
YUV 92.87 102.12 220.11 -
System Red Green Blue C M Y K H S L
Decimal 222 36 47 0 0.84 0.79 0.13 356.45 0.74 0.51
Hex DE 24 2F 0 54 4F D 164 4A 33
Octal 336 44 57 0 124 117 15 544 112 63
Binary 11011110 100100 101111 0 1010100 1001111 1101 101100100 1001010 110011

Color Harmonies of #DE242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE242F

Black with #DE242F

Text Example


Text Example

White with #DE242F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE242F; }

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

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

background-color css

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

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

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

border-color css

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

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

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