Html Css Color HEX #F1390D Orange Red

📋 copy color: '#F1390D'

red 241 ◦ green 57 ◦ blue 13

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

Shades of Orange Red #F1390D

Tints of Orange Red #F1390D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.33%

 BLUE value IS 13 (5.47% from 255) = 4.18%

R = 77.49%
G = 18.33%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F1390D (or 0xF1390D) is known color: Orange Red. HEX triplet: F1, 39 and 0D. RGB value is (241,57,13). Sum of RGB (Red+Green+Blue) = 241+57+13=311 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.49% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 13 (5.47% from 255 or 4.18% from 311); Max value from RGB is 241 - color contains mainly: red. Hex color #F1390D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1390D is #0EC6F2. Grayscale: #6B6B6B. Windows color (decimal): -968435 or 866801. OLE color: 866801.

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

Color convert

RGB 241 57 13 -
CMYK 0 0.76 0.95 0.05
HSL 11.58º 0.9% 0.5% -
HSV(B) 11.58º 0.95% 0.95% -
XYZ 37.81 21.66 2.57 -
YUV 107 74.96 223.58 -
System Red Green Blue C M Y K H S L
Decimal 241 57 13 0 0.76 0.95 0.05 11.58 0.9 0.5
Hex F1 39 D 0 4C 5F 5 C 5A 32
Octal 361 71 15 0 114 137 5 14 132 62
Binary 11110001 111001 1101 0 1001100 1011111 101 1100 1011010 110010

Color Harmonies of #F1390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1390D

Black with #F1390D

Text Example


Text Example

White with #F1390D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1390D; }

 p { color: rgb(241,57,13); }

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

background-color css

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

 a { background-color: rgb(241,57,13); }

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

border-color css

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

 span { border-color: rgb(241,57,13); }

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