Html Css Color HEX #F13E19 Orange Red

📋 copy color: '#F13E19'

red 241 ◦ green 62 ◦ blue 25

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

Shades of Orange Red #F13E19

Tints of Orange Red #F13E19

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.9%

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

R = 73.48%
G = 18.9%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F13E19 (or 0xF13E19) is known color: Orange Red. HEX triplet: F1, 3E and 19. RGB value is (241,62,25). Sum of RGB (Red+Green+Blue) = 241+62+25=328 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.48% from 328); Green value is 62 (24.61% from 255 or 18.90% from 328); Blue value is 25 (10.16% from 255 or 7.62% from 328); Max value from RGB is 241 - color contains mainly: red. Hex color #F13E19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13E19 is #0EC1E6. Grayscale: #6F6F6F. Windows color (decimal): -967143 or 1654513. OLE color: 1654513.

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

Color convert

RGB 241 62 25 -
CMYK 0 0.74 0.90 0.05
HSL 10.28º 0.89% 0.52% -
HSV(B) 10.28º 0.9% 0.95% -
XYZ 38.17 22.22 3.2 -
YUV 111.3 79.3 220.51 -
System Red Green Blue C M Y K H S L
Decimal 241 62 25 0 0.74 0.90 0.05 10.28 0.89 0.52
Hex F1 3E 19 0 4A 5A 5 A 59 34
Octal 361 76 31 0 112 132 5 12 131 64
Binary 11110001 111110 11001 0 1001010 1011010 101 1010 1011001 110100

Color Harmonies of #F13E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13E19

Black with #F13E19

Text Example


Text Example

White with #F13E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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