Html Css Color HEX #DE253B Alizarin

📋 copy color: '#DE253B'

red 222 ◦ green 37 ◦ blue 59

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

Shades of Alizarin #DE253B

Tints of Alizarin #DE253B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.64%

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

R = 69.81%
G = 11.64%
B = 18.55%

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

#DE253B (or 0xDE253B) is known color: Alizarin. HEX triplet: DE, 25 and 3B. RGB value is (222,37,59). Sum of RGB (Red+Green+Blue) = 222+37+59=318 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.81% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 222 - color contains mainly: red. Hex color #DE253B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE253B is #21DAC4. Grayscale: #5E5E5E. Windows color (decimal): -2218693 or 3876318. OLE color: 3876318.

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

Color convert

RGB 222 37 59 -
CMYK 0 0.83 0.73 0.13
HSL 352.86º 0.74% 0.51% -
HSV(B) 352.86º 0.83% 0.87% -
XYZ 31.58 17.17 5.79 -
YUV 94.82 107.79 218.71 -
System Red Green Blue C M Y K H S L
Decimal 222 37 59 0 0.83 0.73 0.13 352.86 0.74 0.51
Hex DE 25 3B 0 53 49 D 161 4A 33
Octal 336 45 73 0 123 111 15 541 112 63
Binary 11011110 100101 111011 0 1010011 1001001 1101 101100001 1001010 110011

Color Harmonies of #DE253B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE253B

Black with #DE253B

Text Example


Text Example

White with #DE253B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE253B; }

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

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

background-color css

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

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

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

border-color css

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

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

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