Html Css Color HEX #F14419 Orange Red

📋 copy color: '#F14419'

red 241 ◦ green 68 ◦ blue 25

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

Shades of Orange Red #F14419

Tints of Orange Red #F14419

RGB

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

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

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

R = 72.16%
G = 20.36%
B = 7.49%

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

#F14419 (or 0xF14419) is known color: Orange Red. HEX triplet: F1, 44 and 19. RGB value is (241,68,25). Sum of RGB (Red+Green+Blue) = 241+68+25=334 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.16% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 25 (10.16% from 255 or 7.49% from 334); Max value from RGB is 241 - color contains mainly: red. Hex color #F14419 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14419 is #0EBBE6. Grayscale: #737373. Windows color (decimal): -965607 or 1656049. OLE color: 1656049.

HSL color Cylindrical-coordinate representation of color #F14419: hue angle of 11.94º 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 #F14419 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 68 25 -
CMYK 0 0.72 0.90 0.05
HSL 11.94º 0.89% 0.52% -
HSV(B) 11.94º 0.9% 0.95% -
XYZ 38.52 22.91 3.31 -
YUV 114.83 77.31 218 -
System Red Green Blue C M Y K H S L
Decimal 241 68 25 0 0.72 0.90 0.05 11.94 0.89 0.52
Hex F1 44 19 0 48 5A 5 C 59 34
Octal 361 104 31 0 110 132 5 14 131 64
Binary 11110001 1000100 11001 0 1001000 1011010 101 1100 1011001 110100

Color Harmonies of #F14419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14419

Black with #F14419

Text Example


Text Example

White with #F14419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14419; }

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

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

background-color css

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

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

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

border-color css

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

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

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