Html Css Color HEX #F1302E Red Orange

📋 copy color: '#F1302E'

red 241 ◦ green 48 ◦ blue 46

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

Shades of Red Orange #F1302E

Tints of Red Orange #F1302E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.73%

R = 71.94%
G = 14.33%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F1302E (or 0xF1302E) is known color: Red Orange. HEX triplet: F1, 30 and 2E. RGB value is (241,48,46). Sum of RGB (Red+Green+Blue) = 241+48+46=335 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.94% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 46 (18.36% from 255 or 13.73% from 335); Max value from RGB is 241 - color contains mainly: red. Hex color #F1302E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1302E is #0ECFD1. Grayscale: #696969. Windows color (decimal): -970706 or 3027185. OLE color: 3027185.

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

Color convert

RGB 241 48 46 -
CMYK 0 0.80 0.81 0.05
HSL 0.62º 0.87% 0.56% -
HSV(B) 0.62º 0.81% 0.95% -
XYZ 37.83 21.01 4.65 -
YUV 105.48 94.44 224.66 -
System Red Green Blue C M Y K H S L
Decimal 241 48 46 0 0.80 0.81 0.05 0.62 0.87 0.56
Hex F1 30 2E 0 50 51 5 1 57 38
Octal 361 60 56 0 120 121 5 1 127 70
Binary 11110001 110000 101110 0 1010000 1010001 101 1 1010111 111000

Color Harmonies of #F1302E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1302E

Black with #F1302E

Text Example


Text Example

White with #F1302E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1302E; }

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

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

background-color css

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

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

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

border-color css

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

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

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