#FF0704

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

Shades of Red #FF0704

Tints of Red #FF0704

Color information

#FF0704 (or 0xFF0704) is unknown color: approx Red. HEX triplet: FF, 07 and 04. RGB value is (255,7,4). Sum of RGB (Red+Green+Blue) = 255+7+4=266 (35% of max value = 765). Red value is 255 (100% from 255 or 95.86% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0704 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0704 is #00F8FB. Grayscale: #515151. Windows color (decimal): -63740 or 264191. OLE color: 264191.

HSL color Cylindrical-coordinate representation of color #FF0704: hue angle of 0.72º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF0704 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.

Color convert

RGB25574-
CMYK00.970.980
HSL0.72º100%50.78%-
HSV(B)0.72º98.43%100%-
XYZ41.3421.422.07-
YUV80.8184.66252.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 95.86%
GREEN value IS 7 (3.12% from 255) = 2.63%
BLUE value IS 4 (1.95% from 255) = 1.50%
R=95.86%
G=2.63%
B=1.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.98
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557400.970.9800.7210050.78
HexFF7406162016433
Octal3777401411420114463
Binary11111111111100011000011100010011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF0704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF0704; }

 p { color: rgb(255,7,4); }

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

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

 a { background-color: rgb(255,7,4); }

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

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

 span { border-color: rgb(255,7,4); }

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