Html Css Color HEX #F13B1F Red Orange

📋 copy color: '#F13B1F'

red 241 ◦ green 59 ◦ blue 31

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

Shades of Red Orange #F13B1F

Tints of Red Orange #F13B1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.37%

R = 72.81%
G = 17.82%
B = 9.37%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F13B1F (or 0xF13B1F) is known color: Red Orange. HEX triplet: F1, 3B and 1F. RGB value is (241,59,31). Sum of RGB (Red+Green+Blue) = 241+59+31=331 (43% of max value = 765). Red value is 241 (94.53% from 255 or 72.81% from 331); Green value is 59 (23.44% from 255 or 17.82% from 331); Blue value is 31 (12.5% from 255 or 9.37% from 331); Max value from RGB is 241 - color contains mainly: red. Hex color #F13B1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13B1F is #0EC4E0. Grayscale: #6E6E6E. Windows color (decimal): -967905 or 2046961. OLE color: 2046961.

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

Color convert

RGB 241 59 31 -
CMYK 0 0.76 0.87 0.05
HSL 0.88% 0.53% -
HSV(B) 0.87% 0.95% -
XYZ 38.09 21.93 3.52 -
YUV 110.23 83.3 221.28 -
System Red Green Blue C M Y K H S L
Decimal 241 59 31 0 0.76 0.87 0.05 8 0.88 0.53
Hex F1 3B 1F 0 4C 57 5 8 58 35
Octal 361 73 37 0 114 127 5 10 130 65
Binary 11110001 111011 11111 0 1001100 1010111 101 1000 1011000 110101

Color Harmonies of #F13B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13B1F

Black with #F13B1F

Text Example


Text Example

White with #F13B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13B1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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