Html Css Color HEX #F14319 Orange Red

📋 copy color: '#F14319'

red 241 ◦ green 67 ◦ blue 25

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

Shades of Orange Red #F14319

Tints of Orange Red #F14319

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.12%

 BLUE value IS 25 (10.16% from 255) = 7.51%

R = 72.37%
G = 20.12%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F14319 (or 0xF14319) is known color: Orange Red. HEX triplet: F1, 43 and 19. RGB value is (241,67,25). Sum of RGB (Red+Green+Blue) = 241+67+25=333 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.37% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 25 (10.16% from 255 or 7.51% from 333); Max value from RGB is 241 - color contains mainly: red. Hex color #F14319 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14319 is #0EBCE6. Grayscale: #727272. Windows color (decimal): -965863 or 1655793. OLE color: 1655793.

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

Color convert

RGB 241 67 25 -
CMYK 0 0.72 0.90 0.05
HSL 11.67º 0.89% 0.52% -
HSV(B) 11.67º 0.9% 0.95% -
XYZ 38.46 22.79 3.29 -
YUV 114.24 77.65 218.42 -
System Red Green Blue C M Y K H S L
Decimal 241 67 25 0 0.72 0.90 0.05 11.67 0.89 0.52
Hex F1 43 19 0 48 5A 5 C 59 34
Octal 361 103 31 0 110 132 5 14 131 64
Binary 11110001 1000011 11001 0 1001000 1011010 101 1100 1011001 110100

Color Harmonies of #F14319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14319

Black with #F14319

Text Example


Text Example

White with #F14319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14319; }

 p { color: rgb(241,67,25); }

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

background-color css

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

 a { background-color: rgb(241,67,25); }

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

border-color css

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

 span { border-color: rgb(241,67,25); }

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