Html Css Color HEX #DE1C2E Alizarin

📋 copy color: '#DE1C2E'

red 222 ◦ green 28 ◦ blue 46

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

Shades of Alizarin #DE1C2E

Tints of Alizarin #DE1C2E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.46%

 BLUE value IS 46 (18.36% from 255) = 15.54%

R = 75%
G = 9.46%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DE1C2E (or 0xDE1C2E) is known color: Alizarin. HEX triplet: DE, 1C and 2E. RGB value is (222,28,46). Sum of RGB (Red+Green+Blue) = 222+28+46=296 (39% of max value = 765). Red value is 222 (87.11% from 255 or 75% from 296); Green value is 28 (11.33% from 255 or 9.46% from 296); Blue value is 46 (18.36% from 255 or 15.54% from 296); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE1C2E is #21E3D1. Grayscale: #585858. Windows color (decimal): -2221010 or 3022046. OLE color: 3022046.

HSL color Cylindrical-coordinate representation of color #DE1C2E: hue angle of 354.43º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DE1C2E is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 28 46 -
CMYK 0 0.87 0.79 0.13
HSL 354.43º 0.78% 0.49% -
HSV(B) 354.43º 0.87% 0.87% -
XYZ 31.03 16.56 4.15 -
YUV 88.06 104.27 223.54 -
System Red Green Blue C M Y K H S L
Decimal 222 28 46 0 0.87 0.79 0.13 354.43 0.78 0.49
Hex DE 1C 2E 0 57 4F D 162 4E 31
Octal 336 34 56 0 127 117 15 542 116 61
Binary 11011110 11100 101110 0 1010111 1001111 1101 101100010 1001110 110001

Color Harmonies of #DE1C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1C2E

Black with #DE1C2E

Text Example


Text Example

White with #DE1C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1C2E; }

 p { color: rgb(222,28,46); }

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

background-color css

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

 a { background-color: rgb(222,28,46); }

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

border-color css

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

 span { border-color: rgb(222,28,46); }

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