Html Css Color HEX #F14039 Red Orange

📋 copy color: '#F14039'

red 241 ◦ green 64 ◦ blue 57

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

Shades of Red Orange #F14039

Tints of Red Orange #F14039

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.68%

 BLUE value IS 57 (22.66% from 255) = 15.75%

R = 66.57%
G = 17.68%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F14039 (or 0xF14039) is known color: Red Orange. HEX triplet: F1, 40 and 39. RGB value is (241,64,57). Sum of RGB (Red+Green+Blue) = 241+64+57=362 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.57% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 57 (22.66% from 255 or 15.75% from 362); Max value from RGB is 241 - color contains mainly: red. Hex color #F14039 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14039 is #0EBFC6. Grayscale: #747474. Windows color (decimal): -966599 or 3752177. OLE color: 3752177.

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

Color convert

RGB 241 64 57 -
CMYK 0 0.73 0.76 0.05
HSL 2.28º 0.87% 0.58% -
HSV(B) 2.28º 0.76% 0.95% -
XYZ 38.85 22.66 6.2 -
YUV 116.13 94.64 217.07 -
System Red Green Blue C M Y K H S L
Decimal 241 64 57 0 0.73 0.76 0.05 2.28 0.87 0.58
Hex F1 40 39 0 49 4C 5 2 57 3A
Octal 361 100 71 0 111 114 5 2 127 72
Binary 11110001 1000000 111001 0 1001001 1001100 101 10 1010111 111010

Color Harmonies of #F14039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14039

Black with #F14039

Text Example


Text Example

White with #F14039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14039; }

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

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

background-color css

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

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

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

border-color css

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

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

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