Html Css Color HEX #F1302F Red Orange

📋 copy color: '#F1302F'

red 241 ◦ green 48 ◦ blue 47

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

Shades of Red Orange #F1302F

Tints of Red Orange #F1302F

RGB

 RED value IS 241 (94.53% from 255) = 71.73%

 GREEN value IS 48 (19.14% from 255) = 14.29%

 BLUE value IS 47 (18.75% from 255) = 13.99%

R = 71.73%
G = 14.29%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F1302F (or 0xF1302F) is known color: Red Orange. HEX triplet: F1, 30 and 2F. RGB value is (241,48,47). Sum of RGB (Red+Green+Blue) = 241+48+47=336 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.73% from 336); Green value is 48 (19.14% from 255 or 14.29% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 241 - color contains mainly: red. Hex color #F1302F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1302F is #0ECFD0. Grayscale: #696969. Windows color (decimal): -970705 or 3092721. OLE color: 3092721.

HSL color Cylindrical-coordinate representation of color #F1302F: hue angle of 0.31º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1302F is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 48 47 -
CMYK 0 0.80 0.80 0.05
HSL 0.31º 0.87% 0.56% -
HSV(B) 0.31º 0.8% 0.95% -
XYZ 37.85 21.02 4.75 -
YUV 105.59 94.94 224.58 -
System Red Green Blue C M Y K H S L
Decimal 241 48 47 0 0.80 0.80 0.05 0.31 0.87 0.56
Hex F1 30 2F 0 50 50 5 0 57 38
Octal 361 60 57 0 120 120 5 0 127 70
Binary 11110001 110000 101111 0 1010000 1010000 101 0 1010111 111000

Color Harmonies of #F1302F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1302F

Black with #F1302F

Text Example


Text Example

White with #F1302F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1302F; }

 p { color: rgb(241,48,47); }

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

background-color css

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

 a { background-color: rgb(241,48,47); }

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

border-color css

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

 span { border-color: rgb(241,48,47); }

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