Html Css Color HEX #F50B01 Red

📋 copy color: '#F50B01'

red 245 ◦ green 11 ◦ blue 1

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

Shades of Red #F50B01

Tints of Red #F50B01

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.28%

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 95.33%
G = 4.28%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#F50B01 (or 0xF50B01) is known color: Red. HEX triplet: F5, 0B and 01. RGB value is (245,11,1). Sum of RGB (Red+Green+Blue) = 245+11+1=257 (34% of max value = 765). Red value is 245 (96.09% from 255 or 95.33% from 257); Green value is 11 (4.69% from 255 or 4.28% from 257); Blue value is 1 (0.78% from 255 or 0.39% from 257); Max value from RGB is 245 - color contains mainly: red. Hex color #F50B01 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50B01 is #0AF4FE. Grayscale: #505050. Windows color (decimal): -718079 or 68597. OLE color: 68597.

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

Color convert

RGB 245 11 1 -
CMYK 0 0.96 1.00 0.04
HSL 2.46º 0.99% 0.48% -
HSV(B) 2.46º 1% 0.96% -
XYZ 37.78 19.65 1.83 -
YUV 79.83 83.52 245.81 -
System Red Green Blue C M Y K H S L
Decimal 245 11 1 0 0.96 1.00 0.04 2.46 0.99 0.48
Hex F5 B 1 0 60 64 4 2 63 30
Octal 365 13 1 0 140 144 4 2 143 60
Binary 11110101 1011 1 0 1100000 1100100 100 10 1100011 110000

Color Harmonies of #F50B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50B01

Black with #F50B01

Text Example


Text Example

White with #F50B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50B01; }

 p { color: rgb(245,11,1); }

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

background-color css

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

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

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

border-color css

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

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

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