#DD0423

Color #DD0423 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #DD0423

Tints of Fire Engine Red #DD0423

Color information

#DD0423 (or 0xDD0423) is unknown color: approx Fire Engine Red. HEX triplet: DD, 04 and 23. RGB value is (221,4,35). Sum of RGB (Red+Green+Blue) = 221+4+35=260 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 35 (14.06% from 255 or 13.46% from 260); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0423 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0423 is #22FBDC. Grayscale: #484848. Windows color (decimal): -2292701 or 2295005. OLE color: 2295005.

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

Color convert

RGB221435-
CMYK00.980.840.13
HSL351.43º96.44%44.12%-
HSV(B)351.43º98.19%86.67%-
XYZ30.1715.583.01-
YUV72.42106.89233.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 85%
GREEN value IS 4 (1.95% from 255) = 1.54%
BLUE value IS 35 (14.06% from 255) = 13.46%
R=85%
G=1.54%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.84
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22143500.980.840.13351.4396.4444.12
HexDD42306254D15f602c
Octal33544301421241553714054
Binary1101110110010001101100010101010011011010111111100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD0423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD0423; }

 p { color: rgb(221,4,35); }

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

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

 a { background-color: rgb(221,4,35); }

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

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

 span { border-color: rgb(221,4,35); }

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