Html Css Color HEX #DE263C Alizarin

📋 copy color: '#DE263C'

red 222 ◦ green 38 ◦ blue 60

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

Shades of Alizarin #DE263C

Tints of Alizarin #DE263C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.75%

R = 69.38%
G = 11.88%
B = 18.75%

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

#DE263C (or 0xDE263C) is known color: Alizarin. HEX triplet: DE, 26 and 3C. RGB value is (222,38,60). Sum of RGB (Red+Green+Blue) = 222+38+60=320 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.38% from 320); Green value is 38 (15.23% from 255 or 11.88% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 222 - color contains mainly: red. Hex color #DE263C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE263C is #21D9C3. Grayscale: #5F5F5F. Windows color (decimal): -2218436 or 3942110. OLE color: 3942110.

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

Color convert

RGB 222 38 60 -
CMYK 0 0.83 0.73 0.13
HSL 352.83º 0.74% 0.51% -
HSV(B) 352.83º 0.83% 0.87% -
XYZ 31.63 17.24 5.94 -
YUV 95.52 107.96 218.21 -
System Red Green Blue C M Y K H S L
Decimal 222 38 60 0 0.83 0.73 0.13 352.83 0.74 0.51
Hex DE 26 3C 0 53 49 D 161 4A 33
Octal 336 46 74 0 123 111 15 541 112 63
Binary 11011110 100110 111100 0 1010011 1001001 1101 101100001 1001010 110011

Color Harmonies of #DE263C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE263C

Black with #DE263C

Text Example


Text Example

White with #DE263C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE263C; }

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

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

background-color css

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

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

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

border-color css

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

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

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