Html Css Color HEX #F0291F Red Orange

📋 copy color: '#F0291F'

red 240 ◦ green 41 ◦ blue 31

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

Shades of Red Orange #F0291F

Tints of Red Orange #F0291F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.14%

 BLUE value IS 31 (12.5% from 255) = 9.94%

R = 76.92%
G = 13.14%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F0291F (or 0xF0291F) is known color: Red Orange. HEX triplet: F0, 29 and 1F. RGB value is (240,41,31). Sum of RGB (Red+Green+Blue) = 240+41+31=312 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.92% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 31 (12.5% from 255 or 9.94% from 312); Max value from RGB is 240 - color contains mainly: red. Hex color #F0291F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0291F is #0FD6E0. Grayscale: #636363. Windows color (decimal): -1038049 or 2042352. OLE color: 2042352.

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

Color convert

RGB 240 41 31 -
CMYK 0 0.83 0.87 0.06
HSL 2.87º 0.87% 0.53% -
HSV(B) 2.87º 0.87% 0.94% -
XYZ 36.98 20.21 3.25 -
YUV 99.36 89.43 228.31 -
System Red Green Blue C M Y K H S L
Decimal 240 41 31 0 0.83 0.87 0.06 2.87 0.87 0.53
Hex F0 29 1F 0 53 57 6 3 57 35
Octal 360 51 37 0 123 127 6 3 127 65
Binary 11110000 101001 11111 0 1010011 1010111 110 11 1010111 110101

Color Harmonies of #F0291F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0291F

Black with #F0291F

Text Example


Text Example

White with #F0291F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0291F; }

 p { color: rgb(240,41,31); }

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

background-color css

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

 a { background-color: rgb(240,41,31); }

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

border-color css

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

 span { border-color: rgb(240,41,31); }

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