Html Css Color HEX #F50808 Red

📋 copy color: '#F50808'

red 245 ◦ green 8 ◦ blue 8

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

Shades of Red #F50808

Tints of Red #F50808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.07%

R = 93.87%
G = 3.07%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F50808 (or 0xF50808) is known color: Red. HEX triplet: F5, 08 and 08. RGB value is (245,8,8). Sum of RGB (Red+Green+Blue) = 245+8+8=261 (34% of max value = 765). Red value is 245 (96.09% from 255 or 93.87% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 245 - color contains mainly: red. Hex color #F50808 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50808 is #0AF7F7. Grayscale: #4F4F4F. Windows color (decimal): -718840 or 526581. OLE color: 526581.

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

Color convert

RGB 245 8 8 -
CMYK 0 0.97 0.97 0.04
HSL 0.94% 0.5% -
HSV(B) 0.97% 0.96% -
XYZ 37.79 19.6 2.02 -
YUV 78.86 88.02 246.5 -
System Red Green Blue C M Y K H S L
Decimal 245 8 8 0 0.97 0.97 0.04 0 0.94 0.5
Hex F5 8 8 0 61 61 4 0 5E 32
Octal 365 10 10 0 141 141 4 0 136 62
Binary 11110101 1000 1000 0 1100001 1100001 100 0 1011110 110010

Color Harmonies of #F50808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50808

Black with #F50808

Text Example


Text Example

White with #F50808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50808; }

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

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

background-color css

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

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

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

border-color css

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

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

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