Html Css Color HEX #F1341B Red Orange

📋 copy color: '#F1341B'

red 241 ◦ green 52 ◦ blue 27

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

Shades of Red Orange #F1341B

Tints of Red Orange #F1341B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.44%

R = 75.31%
G = 16.25%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F1341B (or 0xF1341B) is known color: Red Orange. HEX triplet: F1, 34 and 1B. RGB value is (241,52,27). Sum of RGB (Red+Green+Blue) = 241+52+27=320 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.31% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 27 (10.94% from 255 or 8.44% from 320); Max value from RGB is 241 - color contains mainly: red. Hex color #F1341B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1341B is #0ECBE4. Grayscale: #696969. Windows color (decimal): -969701 or 1783025. OLE color: 1783025.

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

Color convert

RGB 241 52 27 -
CMYK 0 0.78 0.89 0.05
HSL 7.01º 0.88% 0.53% -
HSV(B) 7.01º 0.89% 0.95% -
XYZ 37.7 21.24 3.15 -
YUV 105.66 83.62 224.53 -
System Red Green Blue C M Y K H S L
Decimal 241 52 27 0 0.78 0.89 0.05 7.01 0.88 0.53
Hex F1 34 1B 0 4E 59 5 7 58 35
Octal 361 64 33 0 116 131 5 7 130 65
Binary 11110001 110100 11011 0 1001110 1011001 101 111 1011000 110101

Color Harmonies of #F1341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1341B

Black with #F1341B

Text Example


Text Example

White with #F1341B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1341B; }

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

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

background-color css

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

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

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

border-color css

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

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

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