Html Css Color HEX #F13B1E Red Orange

📋 copy color: '#F13B1E'

red 241 ◦ green 59 ◦ blue 30

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

Shades of Red Orange #F13B1E

Tints of Red Orange #F13B1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.09%

R = 73.03%
G = 17.88%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F13B1E (or 0xF13B1E) is known color: Red Orange. HEX triplet: F1, 3B and 1E. RGB value is (241,59,30). Sum of RGB (Red+Green+Blue) = 241+59+30=330 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.03% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 30 (12.11% from 255 or 9.09% from 330); Max value from RGB is 241 - color contains mainly: red. Hex color #F13B1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13B1E is #0EC4E1. Grayscale: #6E6E6E. Windows color (decimal): -967906 or 1981425. OLE color: 1981425.

HSL color Cylindrical-coordinate representation of color #F13B1E: hue angle of 8.25º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F13B1E is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 59 30 -
CMYK 0 0.76 0.88 0.05
HSL 8.25º 0.88% 0.53% -
HSV(B) 8.25º 0.88% 0.95% -
XYZ 38.07 21.92 3.45 -
YUV 110.11 82.8 221.36 -
System Red Green Blue C M Y K H S L
Decimal 241 59 30 0 0.76 0.88 0.05 8.25 0.88 0.53
Hex F1 3B 1E 0 4C 58 5 8 58 35
Octal 361 73 36 0 114 130 5 10 130 65
Binary 11110001 111011 11110 0 1001100 1011000 101 1000 1011000 110101

Color Harmonies of #F13B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13B1E

Black with #F13B1E

Text Example


Text Example

White with #F13B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13B1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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