Html Css Color HEX #F50907 Red

📋 copy color: '#F50907'

red 245 ◦ green 9 ◦ blue 7

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

Shades of Red #F50907

Tints of Red #F50907

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.45%

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

R = 93.87%
G = 3.45%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F50907 (or 0xF50907) is known color: Red. HEX triplet: F5, 09 and 07. RGB value is (245,9,7). Sum of RGB (Red+Green+Blue) = 245+9+7=261 (34% of max value = 765). Red value is 245 (96.09% from 255 or 93.87% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 7 (3.12% from 255 or 2.68% from 261); Max value from RGB is 245 - color contains mainly: red. Hex color #F50907 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50907 is #0AF6F8. Grayscale: #4F4F4F. Windows color (decimal): -718585 or 461301. OLE color: 461301.

HSL color Cylindrical-coordinate representation of color #F50907: hue angle of 0.5º 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 #F50907 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 9 7 -
CMYK 0 0.96 0.97 0.04
HSL 0.5º 0.94% 0.49% -
HSV(B) 0.5º 0.97% 0.96% -
XYZ 37.79 19.62 2 -
YUV 79.34 87.19 246.16 -
System Red Green Blue C M Y K H S L
Decimal 245 9 7 0 0.96 0.97 0.04 0.5 0.94 0.49
Hex F5 9 7 0 60 61 4 1 5E 31
Octal 365 11 7 0 140 141 4 1 136 61
Binary 11110101 1001 111 0 1100000 1100001 100 1 1011110 110001

Color Harmonies of #F50907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50907

Black with #F50907

Text Example


Text Example

White with #F50907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50907; }

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

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

background-color css

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

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

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

border-color css

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

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

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