Html Css Color HEX #F14413 Orange Red

📋 copy color: '#F14413'

red 241 ◦ green 68 ◦ blue 19

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

Shades of Orange Red #F14413

Tints of Orange Red #F14413

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.73%

 BLUE value IS 19 (7.81% from 255) = 5.79%

R = 73.48%
G = 20.73%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F14413 (or 0xF14413) is known color: Orange Red. HEX triplet: F1, 44 and 13. RGB value is (241,68,19). Sum of RGB (Red+Green+Blue) = 241+68+19=328 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.48% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 19 (7.81% from 255 or 5.79% from 328); Max value from RGB is 241 - color contains mainly: red. Hex color #F14413 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14413 is #0EBBEC. Grayscale: #727272. Windows color (decimal): -965613 or 1262833. OLE color: 1262833.

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

Color convert

RGB 241 68 19 -
CMYK 0 0.72 0.92 0.05
HSL 13.24º 0.89% 0.51% -
HSV(B) 13.24º 0.92% 0.95% -
XYZ 38.46 22.88 3.01 -
YUV 114.14 74.31 218.48 -
System Red Green Blue C M Y K H S L
Decimal 241 68 19 0 0.72 0.92 0.05 13.24 0.89 0.51
Hex F1 44 13 0 48 5C 5 D 59 33
Octal 361 104 23 0 110 134 5 15 131 63
Binary 11110001 1000100 10011 0 1001000 1011100 101 1101 1011001 110011

Color Harmonies of #F14413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14413

Black with #F14413

Text Example


Text Example

White with #F14413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14413; }

 p { color: rgb(241,68,19); }

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

background-color css

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

 a { background-color: rgb(241,68,19); }

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

border-color css

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

 span { border-color: rgb(241,68,19); }

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