Html Css Color HEX #DE262F Alizarin

📋 copy color: '#DE262F'

red 222 ◦ green 38 ◦ blue 47

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

Shades of Alizarin #DE262F

Tints of Alizarin #DE262F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.38%

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

R = 72.31%
G = 12.38%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DE262F (or 0xDE262F) is known color: Alizarin. HEX triplet: DE, 26 and 2F. RGB value is (222,38,47). Sum of RGB (Red+Green+Blue) = 222+38+47=307 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.31% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 222 - color contains mainly: red. Hex color #DE262F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE262F is #21D9D0. Grayscale: #5E5E5E. Windows color (decimal): -2218449 or 3090142. OLE color: 3090142.

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

Color convert

RGB 222 38 47 -
CMYK 0 0.83 0.79 0.13
HSL 357.07º 0.74% 0.51% -
HSV(B) 357.07º 0.83% 0.87% -
XYZ 31.33 17.12 4.34 -
YUV 94.04 101.46 219.27 -
System Red Green Blue C M Y K H S L
Decimal 222 38 47 0 0.83 0.79 0.13 357.07 0.74 0.51
Hex DE 26 2F 0 53 4F D 165 4A 33
Octal 336 46 57 0 123 117 15 545 112 63
Binary 11011110 100110 101111 0 1010011 1001111 1101 101100101 1001010 110011

Color Harmonies of #DE262F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE262F

Black with #DE262F

Text Example


Text Example

White with #DE262F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE262F; }

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

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

background-color css

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

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

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

border-color css

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

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

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