Html Css Color HEX #DE262D Alizarin

📋 copy color: '#DE262D'

red 222 ◦ green 38 ◦ blue 45

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

Shades of Alizarin #DE262D

Tints of Alizarin #DE262D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.75%

R = 72.79%
G = 12.46%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DE262D (or 0xDE262D) is known color: Alizarin. HEX triplet: DE, 26 and 2D. RGB value is (222,38,45). Sum of RGB (Red+Green+Blue) = 222+38+45=305 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.79% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 222 - color contains mainly: red. Hex color #DE262D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE262D is #21D9D2. Grayscale: #5D5D5D. Windows color (decimal): -2218451 or 2959070. OLE color: 2959070.

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

Color convert

RGB 222 38 45 -
CMYK 0 0.83 0.80 0.13
HSL 357.72º 0.74% 0.51% -
HSV(B) 357.72º 0.83% 0.87% -
XYZ 31.29 17.11 4.14 -
YUV 93.81 100.46 219.43 -
System Red Green Blue C M Y K H S L
Decimal 222 38 45 0 0.83 0.80 0.13 357.72 0.74 0.51
Hex DE 26 2D 0 53 50 D 166 4A 33
Octal 336 46 55 0 123 120 15 546 112 63
Binary 11011110 100110 101101 0 1010011 1010000 1101 101100110 1001010 110011

Color Harmonies of #DE262D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE262D

Black with #DE262D

Text Example


Text Example

White with #DE262D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE262D; }

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

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

background-color css

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

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

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

border-color css

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

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

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