Html Css Color HEX #F13B19 Orange Red

📋 copy color: '#F13B19'

red 241 ◦ green 59 ◦ blue 25

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

Shades of Orange Red #F13B19

Tints of Orange Red #F13B19

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.15%

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

R = 74.15%
G = 18.15%
B = 7.69%

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

#F13B19 (or 0xF13B19) is known color: Orange Red. HEX triplet: F1, 3B and 19. RGB value is (241,59,25). Sum of RGB (Red+Green+Blue) = 241+59+25=325 (43% of max value = 765). Red value is 241 (94.53% from 255 or 74.15% from 325); Green value is 59 (23.44% from 255 or 18.15% from 325); Blue value is 25 (10.16% from 255 or 7.69% from 325); Max value from RGB is 241 - color contains mainly: red. Hex color #F13B19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13B19 is #0EC4E6. Grayscale: #6D6D6D. Windows color (decimal): -967911 or 1653745. OLE color: 1653745.

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

Color convert

RGB 241 59 25 -
CMYK 0 0.76 0.90 0.05
HSL 9.44º 0.89% 0.52% -
HSV(B) 9.44º 0.9% 0.95% -
XYZ 38.02 21.9 3.14 -
YUV 109.54 80.3 221.76 -
System Red Green Blue C M Y K H S L
Decimal 241 59 25 0 0.76 0.90 0.05 9.44 0.89 0.52
Hex F1 3B 19 0 4C 5A 5 9 59 34
Octal 361 73 31 0 114 132 5 11 131 64
Binary 11110001 111011 11001 0 1001100 1011010 101 1001 1011001 110100

Color Harmonies of #F13B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13B19

Black with #F13B19

Text Example


Text Example

White with #F13B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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