Html Css Color HEX #DE2530 Alizarin

📋 copy color: '#DE2530'

red 222 ◦ green 37 ◦ blue 48

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

Shades of Alizarin #DE2530

Tints of Alizarin #DE2530

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.05%

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

R = 72.31%
G = 12.05%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DE2530 (or 0xDE2530) is known color: Alizarin. HEX triplet: DE, 25 and 30. RGB value is (222,37,48). Sum of RGB (Red+Green+Blue) = 222+37+48=307 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.31% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 48 (19.14% from 255 or 15.64% from 307); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2530 is #21DACF. Grayscale: #5D5D5D. Windows color (decimal): -2218704 or 3155422. OLE color: 3155422.

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

Color convert

RGB 222 37 48 -
CMYK 0 0.83 0.78 0.13
HSL 356.43º 0.74% 0.51% -
HSV(B) 356.43º 0.83% 0.87% -
XYZ 31.32 17.07 4.44 -
YUV 93.57 102.29 219.61 -
System Red Green Blue C M Y K H S L
Decimal 222 37 48 0 0.83 0.78 0.13 356.43 0.74 0.51
Hex DE 25 30 0 53 4E D 164 4A 33
Octal 336 45 60 0 123 116 15 544 112 63
Binary 11011110 100101 110000 0 1010011 1001110 1101 101100100 1001010 110011

Color Harmonies of #DE2530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2530

Black with #DE2530

Text Example


Text Example

White with #DE2530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2530; }

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

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

background-color css

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

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

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

border-color css

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

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

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