Html Css Color HEX #DE2A30 Alizarin

📋 copy color: '#DE2A30'

red 222 ◦ green 42 ◦ blue 48

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

Shades of Alizarin #DE2A30

Tints of Alizarin #DE2A30

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.46%

 BLUE value IS 48 (19.14% from 255) = 15.38%

R = 71.15%
G = 13.46%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DE2A30 (or 0xDE2A30) is known color: Alizarin. HEX triplet: DE, 2A and 30. RGB value is (222,42,48). Sum of RGB (Red+Green+Blue) = 222+42+48=312 (41% of max value = 765). Red value is 222 (87.11% from 255 or 71.15% from 312); Green value is 42 (16.80% from 255 or 13.46% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2A30 is #21D5CF. Grayscale: #606060. Windows color (decimal): -2217424 or 3156702. OLE color: 3156702.

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

Color convert

RGB 222 42 48 -
CMYK 0 0.81 0.78 0.13
HSL 358º 0.73% 0.52% -
HSV(B) 358º 0.81% 0.87% -
XYZ 31.49 17.4 4.5 -
YUV 96.5 100.63 217.51 -
System Red Green Blue C M Y K H S L
Decimal 222 42 48 0 0.81 0.78 0.13 358 0.73 0.52
Hex DE 2A 30 0 51 4E D 166 49 34
Octal 336 52 60 0 121 116 15 546 111 64
Binary 11011110 101010 110000 0 1010001 1001110 1101 101100110 1001001 110100

Color Harmonies of #DE2A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2A30

Black with #DE2A30

Text Example


Text Example

White with #DE2A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2A30; }

 p { color: rgb(222,42,48); }

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

background-color css

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

 a { background-color: rgb(222,42,48); }

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

border-color css

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

 span { border-color: rgb(222,42,48); }

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