Html Css Color HEX #DE253F Alizarin

📋 copy color: '#DE253F'

red 222 ◦ green 37 ◦ blue 63

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

Shades of Alizarin #DE253F

Tints of Alizarin #DE253F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.57%

R = 68.94%
G = 11.49%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DE253F (or 0xDE253F) is known color: Alizarin. HEX triplet: DE, 25 and 3F. RGB value is (222,37,63). Sum of RGB (Red+Green+Blue) = 222+37+63=322 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.94% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 222 - color contains mainly: red. Hex color #DE253F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE253F is #21DAC0. Grayscale: #5F5F5F. Windows color (decimal): -2218689 or 4138462. OLE color: 4138462.

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

Color convert

RGB 222 37 63 -
CMYK 0 0.83 0.72 0.13
HSL 351.57º 0.74% 0.51% -
HSV(B) 351.57º 0.83% 0.87% -
XYZ 31.68 17.21 6.35 -
YUV 95.28 109.79 218.39 -
System Red Green Blue C M Y K H S L
Decimal 222 37 63 0 0.83 0.72 0.13 351.57 0.74 0.51
Hex DE 25 3F 0 53 48 D 160 4A 33
Octal 336 45 77 0 123 110 15 540 112 63
Binary 11011110 100101 111111 0 1010011 1001000 1101 101100000 1001010 110011

Color Harmonies of #DE253F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE253F

Black with #DE253F

Text Example


Text Example

White with #DE253F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE253F; }

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

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

background-color css

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

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

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

border-color css

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

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

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