Html Css Color HEX #F13710 Orange Red

📋 copy color: '#F13710'

red 241 ◦ green 55 ◦ blue 16

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

Shades of Orange Red #F13710

Tints of Orange Red #F13710

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.63%

 BLUE value IS 16 (6.64% from 255) = 5.13%

R = 77.24%
G = 17.63%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F13710 (or 0xF13710) is known color: Orange Red. HEX triplet: F1, 37 and 10. RGB value is (241,55,16). Sum of RGB (Red+Green+Blue) = 241+55+16=312 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.24% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 16 (6.64% from 255 or 5.13% from 312); Max value from RGB is 241 - color contains mainly: red. Hex color #F13710 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13710 is #0EC8EF. Grayscale: #6A6A6A. Windows color (decimal): -968944 or 1062897. OLE color: 1062897.

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

Color convert

RGB 241 55 16 -
CMYK 0 0.77 0.93 0.05
HSL 10.4º 0.89% 0.5% -
HSV(B) 10.4º 0.93% 0.95% -
XYZ 37.74 21.47 2.65 -
YUV 106.17 77.12 224.17 -
System Red Green Blue C M Y K H S L
Decimal 241 55 16 0 0.77 0.93 0.05 10.4 0.89 0.5
Hex F1 37 10 0 4D 5D 5 A 59 32
Octal 361 67 20 0 115 135 5 12 131 62
Binary 11110001 110111 10000 0 1001101 1011101 101 1010 1011001 110010

Color Harmonies of #F13710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13710

Black with #F13710

Text Example


Text Example

White with #F13710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13710; }

 p { color: rgb(241,55,16); }

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

background-color css

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

 a { background-color: rgb(241,55,16); }

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

border-color css

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

 span { border-color: rgb(241,55,16); }

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