Html Css Color HEX #F14136 Red Orange

📋 copy color: '#F14136'

red 241 ◦ green 65 ◦ blue 54

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

Shades of Red Orange #F14136

Tints of Red Orange #F14136

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.06%

 BLUE value IS 54 (21.48% from 255) = 15%

R = 66.94%
G = 18.06%
B = 15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F14136 (or 0xF14136) is known color: Red Orange. HEX triplet: F1, 41 and 36. RGB value is (241,65,54). Sum of RGB (Red+Green+Blue) = 241+65+54=360 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.94% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 54 (21.48% from 255 or 15% from 360); Max value from RGB is 241 - color contains mainly: red. Hex color #F14136 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14136 is #0EBEC9. Grayscale: #747474. Windows color (decimal): -966346 or 3555825. OLE color: 3555825.

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

Color convert

RGB 241 65 54 -
CMYK 0 0.73 0.78 0.05
HSL 3.53º 0.87% 0.58% -
HSV(B) 3.53º 0.78% 0.95% -
XYZ 38.83 22.75 5.83 -
YUV 116.37 92.81 216.89 -
System Red Green Blue C M Y K H S L
Decimal 241 65 54 0 0.73 0.78 0.05 3.53 0.87 0.58
Hex F1 41 36 0 49 4E 5 4 57 3A
Octal 361 101 66 0 111 116 5 4 127 72
Binary 11110001 1000001 110110 0 1001001 1001110 101 100 1010111 111010

Color Harmonies of #F14136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14136

Black with #F14136

Text Example


Text Example

White with #F14136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14136; }

 p { color: rgb(241,65,54); }

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

background-color css

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

 a { background-color: rgb(241,65,54); }

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

border-color css

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

 span { border-color: rgb(241,65,54); }

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