#DC0322

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

Shades of Fire Engine Red #DC0322

Tints of Fire Engine Red #DC0322

Color information

#DC0322 (or 0xDC0322) is unknown color: approx Fire Engine Red. HEX triplet: DC, 03 and 22. RGB value is (220,3,34). Sum of RGB (Red+Green+Blue) = 220+3+34=257 (34% of max value = 765). Red value is 220 (86.33% from 255 or 85.60% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 34 (13.67% from 255 or 13.23% from 257); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0322 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0322 is #23FCDD. Grayscale: #474747. Windows color (decimal): -2358494 or 2229212. OLE color: 2229212.

HSL color Cylindrical-coordinate representation of color #DC0322: hue angle of 351.43º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC0322 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB220334-
CMYK00.990.850.14
HSL351.43º97.31%43.73%-
HSV(B)351.43º98.64%86.27%-
XYZ29.8415.42.91-
YUV71.42106.89233.98-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 85.60%
GREEN value IS 3 (1.56% from 255) = 1.17%
BLUE value IS 34 (13.67% from 255) = 13.23%
R=85.60%
G=1.17%
B=13.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.85
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22033400.990.850.14351.4397.3143.73
HexDC32206355E15f612c
Octal33434201431251653714154
Binary110111001110001001100011101010111101010111111100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC0322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC0322; }

 p { color: rgb(220,3,34); }

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

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

 a { background-color: rgb(220,3,34); }

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

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

 span { border-color: rgb(220,3,34); }

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