#DE024B

Color #DE024B Razzmatazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzmatazz #DE024B

Tints of Razzmatazz #DE024B

Color information

#DE024B (or 0xDE024B) is unknown color: approx Razzmatazz. HEX triplet: DE, 02 and 4B. RGB value is (222,2,75). Sum of RGB (Red+Green+Blue) = 222+2+75=299 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74.25% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 222 - color contains mainly: red. Hex color #DE024B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE024B is #21FDB4. Grayscale: #4C4C4C. Windows color (decimal): -2227637 or 4915934. OLE color: 4915934.

HSL color Cylindrical-coordinate representation of color #DE024B: hue angle of 340.09º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DE024B is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB222275-
CMYK00.990.660.13
HSL340.09º98.21%43.92%-
HSV(B)340.09º99.1%87.06%-
XYZ31.4216.088.1-
YUV76.1127.39232.06-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 74.25%
GREEN value IS 2 (1.17% from 255) = 0.67%
BLUE value IS 75 (29.69% from 255) = 25.08%
R=74.25%
G=0.67%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22227500.990.660.13340.0998.2143.92
HexDE24B06342D154622c
Octal336211301431021552414254
Binary1101111010100101101100011100001011011010101001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE024B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE024B; }

 p { color: rgb(222,2,75); }

 H1.HeaderClassName
 {
   color: #DE024B;
 }
 .AnyTagClassName
 {
   color: #DE024B;
 }
</style>
background-color css

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

 a { background-color: rgb(222,2,75); }

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

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

 span { border-color: rgb(222,2,75); }

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