Html Css Color HEX #F0370E Orange Red

📋 copy color: '#F0370E'

red 240 ◦ green 55 ◦ blue 14

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

Shades of Orange Red #F0370E

Tints of Orange Red #F0370E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.8%

 BLUE value IS 14 (5.86% from 255) = 4.53%

R = 77.67%
G = 17.8%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F0370E (or 0xF0370E) is known color: Orange Red. HEX triplet: F0, 37 and 0E. RGB value is (240,55,14). Sum of RGB (Red+Green+Blue) = 240+55+14=309 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.67% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 14 (5.86% from 255 or 4.53% from 309); Max value from RGB is 240 - color contains mainly: red. Hex color #F0370E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0370E is #0FC8F1. Grayscale: #696969. Windows color (decimal): -1034482 or 931824. OLE color: 931824.

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

Color convert

RGB 240 55 14 -
CMYK 0 0.77 0.94 0.06
HSL 10.88º 0.89% 0.5% -
HSV(B) 10.88º 0.94% 0.94% -
XYZ 37.38 21.29 2.55 -
YUV 105.64 76.29 223.83 -
System Red Green Blue C M Y K H S L
Decimal 240 55 14 0 0.77 0.94 0.06 10.88 0.89 0.5
Hex F0 37 E 0 4D 5E 6 B 59 32
Octal 360 67 16 0 115 136 6 13 131 62
Binary 11110000 110111 1110 0 1001101 1011110 110 1011 1011001 110010

Color Harmonies of #F0370E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0370E

Black with #F0370E

Text Example


Text Example

White with #F0370E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0370E; }

 p { color: rgb(240,55,14); }

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

background-color css

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

 a { background-color: rgb(240,55,14); }

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

border-color css

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

 span { border-color: rgb(240,55,14); }

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