Html Css Color HEX #DE263B Alizarin

📋 copy color: '#DE263B'

red 222 ◦ green 38 ◦ blue 59

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

Shades of Alizarin #DE263B

Tints of Alizarin #DE263B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.5%

R = 69.59%
G = 11.91%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DE263B (or 0xDE263B) is known color: Alizarin. HEX triplet: DE, 26 and 3B. RGB value is (222,38,59). Sum of RGB (Red+Green+Blue) = 222+38+59=319 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.59% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 59 (23.44% from 255 or 18.50% from 319); Max value from RGB is 222 - color contains mainly: red. Hex color #DE263B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE263B is #21D9C4. Grayscale: #5F5F5F. Windows color (decimal): -2218437 or 3876574. OLE color: 3876574.

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

Color convert

RGB 222 38 59 -
CMYK 0 0.83 0.73 0.13
HSL 353.15º 0.74% 0.51% -
HSV(B) 353.15º 0.83% 0.87% -
XYZ 31.61 17.23 5.8 -
YUV 95.41 107.46 218.29 -
System Red Green Blue C M Y K H S L
Decimal 222 38 59 0 0.83 0.73 0.13 353.15 0.74 0.51
Hex DE 26 3B 0 53 49 D 161 4A 33
Octal 336 46 73 0 123 111 15 541 112 63
Binary 11011110 100110 111011 0 1010011 1001001 1101 101100001 1001010 110011

Color Harmonies of #DE263B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE263B

Black with #DE263B

Text Example


Text Example

White with #DE263B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE263B; }

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

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

background-color css

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

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

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

border-color css

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

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

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