Html Css Color HEX #F0311C Red Orange

📋 copy color: '#F0311C'

red 240 ◦ green 49 ◦ blue 28

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

Shades of Red Orange #F0311C

Tints of Red Orange #F0311C

RGB

 RED value IS 240 (94.14% from 255) = 75.71%

 GREEN value IS 49 (19.53% from 255) = 15.46%

 BLUE value IS 28 (11.33% from 255) = 8.83%

R = 75.71%
G = 15.46%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0311C (or 0xF0311C) is known color: Red Orange. HEX triplet: F0, 31 and 1C. RGB value is (240,49,28). Sum of RGB (Red+Green+Blue) = 240+49+28=317 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.71% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 28 (11.33% from 255 or 8.83% from 317); Max value from RGB is 240 - color contains mainly: red. Hex color #F0311C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0311C is #0FCEE3. Grayscale: #676767. Windows color (decimal): -1036004 or 1847792. OLE color: 1847792.

HSL color Cylindrical-coordinate representation of color #F0311C: hue angle of 5.94º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0311C is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 49 28 -
CMYK 0 0.80 0.88 0.06
HSL 5.94º 0.88% 0.53% -
HSV(B) 5.94º 0.88% 0.94% -
XYZ 37.24 20.81 3.15 -
YUV 103.72 85.28 225.21 -
System Red Green Blue C M Y K H S L
Decimal 240 49 28 0 0.80 0.88 0.06 5.94 0.88 0.53
Hex F0 31 1C 0 50 58 6 6 58 35
Octal 360 61 34 0 120 130 6 6 130 65
Binary 11110000 110001 11100 0 1010000 1011000 110 110 1011000 110101

Color Harmonies of #F0311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0311C

Black with #F0311C

Text Example


Text Example

White with #F0311C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0311C; }

 p { color: rgb(240,49,28); }

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

background-color css

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

 a { background-color: rgb(240,49,28); }

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

border-color css

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

 span { border-color: rgb(240,49,28); }

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