Html Css Color HEX #FF0704 Red

📋 copy color: '#FF0704'

red 255 ◦ green 7 ◦ blue 4

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

Shades of Red #FF0704

Tints of Red #FF0704

RGB

 RED value IS 255 (100% from 255) = 95.86%

 GREEN value IS 7 (3.13% from 255) = 2.63%

 BLUE value IS 4 (1.95% from 255) = 1.5%

R = 95.86%
G = 2.63%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF0704 (or 0xFF0704) is known color: 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

RGB 255 7 4 -
CMYK 0 0.97 0.98 0
HSL 0.72º 1% 0.51% -
HSV(B) 0.72º 0.98% 1% -
XYZ 41.34 21.42 2.07 -
YUV 80.81 84.66 252.24 -
System Red Green Blue C M Y K H S L
Decimal 255 7 4 0 0.97 0.98 0 0.72 1 0.51
Hex FF 7 4 0 61 62 0 1 64 33
Octal 377 7 4 0 141 142 0 1 144 63
Binary 11111111 111 100 0 1100001 1100010 0 1 1100100 110011

Color Harmonies of #FF0704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0704

Black with #FF0704

Text Example


Text Example

White with #FF0704

Text Example


Text Example

HTML Codes & Css Web 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>