Html Css Color HEX #F13919 Red Orange

📋 copy color: '#F13919'

red 241 ◦ green 57 ◦ blue 25

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

Shades of Red Orange #F13919

Tints of Red Orange #F13919

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.65%

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

R = 74.61%
G = 17.65%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F13919 (or 0xF13919) is known color: Red Orange. HEX triplet: F1, 39 and 19. RGB value is (241,57,25). Sum of RGB (Red+Green+Blue) = 241+57+25=323 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.61% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 25 (10.16% from 255 or 7.74% from 323); Max value from RGB is 241 - color contains mainly: red. Hex color #F13919 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13919 is #0EC6E6. Grayscale: #6C6C6C. Windows color (decimal): -968423 or 1653233. OLE color: 1653233.

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

Color convert

RGB 241 57 25 -
CMYK 0 0.76 0.90 0.05
HSL 8.89º 0.89% 0.52% -
HSV(B) 8.89º 0.9% 0.95% -
XYZ 37.91 21.7 3.11 -
YUV 108.37 80.96 222.6 -
System Red Green Blue C M Y K H S L
Decimal 241 57 25 0 0.76 0.90 0.05 8.89 0.89 0.52
Hex F1 39 19 0 4C 5A 5 9 59 34
Octal 361 71 31 0 114 132 5 11 131 64
Binary 11110001 111001 11001 0 1001100 1011010 101 1001 1011001 110100

Color Harmonies of #F13919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13919

Black with #F13919

Text Example


Text Example

White with #F13919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13919; }

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

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

background-color css

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

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

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

border-color css

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

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

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