Html Css Color HEX #DE263F Alizarin

📋 copy color: '#DE263F'

red 222 ◦ green 38 ◦ blue 63

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

Shades of Alizarin #DE263F

Tints of Alizarin #DE263F

RGB

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

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

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

R = 68.73%
G = 11.76%
B = 19.5%

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

#DE263F (or 0xDE263F) is known color: Alizarin. HEX triplet: DE, 26 and 3F. RGB value is (222,38,63). Sum of RGB (Red+Green+Blue) = 222+38+63=323 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.73% from 323); Green value is 38 (15.23% from 255 or 11.76% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 222 - color contains mainly: red. Hex color #DE263F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE263F is #21D9C0. Grayscale: #5F5F5F. Windows color (decimal): -2218433 or 4138718. OLE color: 4138718.

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

Color convert

RGB 222 38 63 -
CMYK 0 0.83 0.72 0.13
HSL 351.85º 0.74% 0.51% -
HSV(B) 351.85º 0.83% 0.87% -
XYZ 31.71 17.27 6.37 -
YUV 95.87 109.46 217.97 -
System Red Green Blue C M Y K H S L
Decimal 222 38 63 0 0.83 0.72 0.13 351.85 0.74 0.51
Hex DE 26 3F 0 53 48 D 160 4A 33
Octal 336 46 77 0 123 110 15 540 112 63
Binary 11011110 100110 111111 0 1010011 1001000 1101 101100000 1001010 110011

Color Harmonies of #DE263F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE263F

Black with #DE263F

Text Example


Text Example

White with #DE263F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE263F; }

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

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

background-color css

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

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

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

border-color css

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

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

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