Html Css Color HEX #DE263D Alizarin

📋 copy color: '#DE263D'

red 222 ◦ green 38 ◦ blue 61

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

Shades of Alizarin #DE263D

Tints of Alizarin #DE263D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19%

R = 69.16%
G = 11.84%
B = 19%

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

#DE263D (or 0xDE263D) is known color: Alizarin. HEX triplet: DE, 26 and 3D. RGB value is (222,38,61). Sum of RGB (Red+Green+Blue) = 222+38+61=321 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.16% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 222 - color contains mainly: red. Hex color #DE263D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE263D is #21D9C2. Grayscale: #5F5F5F. Windows color (decimal): -2218435 or 4007646. OLE color: 4007646.

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

Color convert

RGB 222 38 61 -
CMYK 0 0.83 0.73 0.13
HSL 352.5º 0.74% 0.51% -
HSV(B) 352.5º 0.83% 0.87% -
XYZ 31.66 17.25 6.08 -
YUV 95.64 108.46 218.13 -
System Red Green Blue C M Y K H S L
Decimal 222 38 61 0 0.83 0.73 0.13 352.5 0.74 0.51
Hex DE 26 3D 0 53 49 D 160 4A 33
Octal 336 46 75 0 123 111 15 540 112 63
Binary 11011110 100110 111101 0 1010011 1001001 1101 101100000 1001010 110011

Color Harmonies of #DE263D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE263D

Black with #DE263D

Text Example


Text Example

White with #DE263D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE263D; }

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

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

background-color css

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

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

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

border-color css

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

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

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