Html Css Color HEX #F13C16 Orange Red

📋 copy color: '#F13C16'

red 241 ◦ green 60 ◦ blue 22

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

Shades of Orange Red #F13C16

Tints of Orange Red #F13C16

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.58%

 BLUE value IS 22 (8.98% from 255) = 6.81%

R = 74.61%
G = 18.58%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F13C16 (or 0xF13C16) is known color: Orange Red. HEX triplet: F1, 3C and 16. RGB value is (241,60,22). Sum of RGB (Red+Green+Blue) = 241+60+22=323 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.61% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 22 (8.98% from 255 or 6.81% from 323); Max value from RGB is 241 - color contains mainly: red. Hex color #F13C16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13C16 is #0EC3E9. Grayscale: #6E6E6E. Windows color (decimal): -967658 or 1457393. OLE color: 1457393.

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

Color convert

RGB 241 60 22 -
CMYK 0 0.75 0.91 0.05
HSL 10.41º 0.89% 0.52% -
HSV(B) 10.41º 0.91% 0.95% -
XYZ 38.04 21.99 3 -
YUV 109.79 78.47 221.59 -
System Red Green Blue C M Y K H S L
Decimal 241 60 22 0 0.75 0.91 0.05 10.41 0.89 0.52
Hex F1 3C 16 0 4B 5B 5 A 59 34
Octal 361 74 26 0 113 133 5 12 131 64
Binary 11110001 111100 10110 0 1001011 1011011 101 1010 1011001 110100

Color Harmonies of #F13C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13C16

Black with #F13C16

Text Example


Text Example

White with #F13C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13C16; }

 p { color: rgb(241,60,22); }

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

background-color css

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

 a { background-color: rgb(241,60,22); }

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

border-color css

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

 span { border-color: rgb(241,60,22); }

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