Html Css Color HEX #F50804 Red

📋 copy color: '#F50804'

red 245 ◦ green 8 ◦ blue 4

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

Shades of Red #F50804

Tints of Red #F50804

RGB

 RED value IS 245 (96.09% from 255) = 95.33%

 GREEN value IS 8 (3.52% from 255) = 3.11%

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

R = 95.33%
G = 3.11%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F50804 (or 0xF50804) is known color: Red. HEX triplet: F5, 08 and 04. RGB value is (245,8,4). Sum of RGB (Red+Green+Blue) = 245+8+4=257 (34% of max value = 765). Red value is 245 (96.09% from 255 or 95.33% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 4 (1.95% from 255 or 1.56% from 257); Max value from RGB is 245 - color contains mainly: red. Hex color #F50804 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50804 is #0AF7FB. Grayscale: #4E4E4E. Windows color (decimal): -718844 or 264437. OLE color: 264437.

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

Color convert

RGB 245 8 4 -
CMYK 0 0.97 0.98 0.04
HSL 0.97% 0.49% -
HSV(B) 0.98% 0.96% -
XYZ 37.76 19.59 1.91 -
YUV 78.41 86.02 246.83 -
System Red Green Blue C M Y K H S L
Decimal 245 8 4 0 0.97 0.98 0.04 1 0.97 0.49
Hex F5 8 4 0 61 62 4 1 61 31
Octal 365 10 4 0 141 142 4 1 141 61
Binary 11110101 1000 100 0 1100001 1100010 100 1 1100001 110001

Color Harmonies of #F50804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50804

Black with #F50804

Text Example


Text Example

White with #F50804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50804; }

 p { color: rgb(245,8,4); }

 H1.HeaderClassName
 {
   color: #F50804;
 }
 .AnyTagClassName
 {
   color: #F50804;
 }
</style>

background-color css

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

 a { background-color: rgb(245,8,4); }

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

border-color css

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

 span { border-color: rgb(245,8,4); }

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