Html Css Color HEX #F50807 Red

📋 copy color: '#F50807'

red 245 ◦ green 8 ◦ blue 7

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

Shades of Red #F50807

Tints of Red #F50807

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.69%

R = 94.23%
G = 3.08%
B = 2.69%

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

#F50807 (or 0xF50807) is known color: Red. HEX triplet: F5, 08 and 07. RGB value is (245,8,7). Sum of RGB (Red+Green+Blue) = 245+8+7=260 (34% of max value = 765). Red value is 245 (96.09% from 255 or 94.23% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 7 (3.12% from 255 or 2.69% from 260); Max value from RGB is 245 - color contains mainly: red. Hex color #F50807 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50807 is #0AF7F8. Grayscale: #4E4E4E. Windows color (decimal): -718841 or 461045. OLE color: 461045.

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

Color convert

RGB 245 8 7 -
CMYK 0 0.97 0.97 0.04
HSL 0.25º 0.94% 0.49% -
HSV(B) 0.25º 0.97% 0.96% -
XYZ 37.78 19.6 1.99 -
YUV 78.75 87.52 246.58 -
System Red Green Blue C M Y K H S L
Decimal 245 8 7 0 0.97 0.97 0.04 0.25 0.94 0.49
Hex F5 8 7 0 61 61 4 0 5E 31
Octal 365 10 7 0 141 141 4 0 136 61
Binary 11110101 1000 111 0 1100001 1100001 100 0 1011110 110001

Color Harmonies of #F50807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50807

Black with #F50807

Text Example


Text Example

White with #F50807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50807; }

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

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

background-color css

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

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

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

border-color css

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

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

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