Html Css Color HEX #F1341E Red Orange

📋 copy color: '#F1341E'

red 241 ◦ green 52 ◦ blue 30

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

Shades of Red Orange #F1341E

Tints of Red Orange #F1341E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.1%

 BLUE value IS 30 (12.11% from 255) = 9.29%

R = 74.61%
G = 16.1%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F1341E (or 0xF1341E) is known color: Red Orange. HEX triplet: F1, 34 and 1E. RGB value is (241,52,30). Sum of RGB (Red+Green+Blue) = 241+52+30=323 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.61% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 30 (12.11% from 255 or 9.29% from 323); Max value from RGB is 241 - color contains mainly: red. Hex color #F1341E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1341E is #0ECBE1. Grayscale: #6A6A6A. Windows color (decimal): -969698 or 1979633. OLE color: 1979633.

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

Color convert

RGB 241 52 30 -
CMYK 0 0.78 0.88 0.05
HSL 6.26º 0.88% 0.53% -
HSV(B) 6.26º 0.88% 0.95% -
XYZ 37.74 21.25 3.34 -
YUV 106 85.12 224.29 -
System Red Green Blue C M Y K H S L
Decimal 241 52 30 0 0.78 0.88 0.05 6.26 0.88 0.53
Hex F1 34 1E 0 4E 58 5 6 58 35
Octal 361 64 36 0 116 130 5 6 130 65
Binary 11110001 110100 11110 0 1001110 1011000 101 110 1011000 110101

Color Harmonies of #F1341E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1341E

Black with #F1341E

Text Example


Text Example

White with #F1341E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1341E; }

 p { color: rgb(241,52,30); }

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

background-color css

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

 a { background-color: rgb(241,52,30); }

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

border-color css

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

 span { border-color: rgb(241,52,30); }

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