Html Css Color HEX #F13A20 Red Orange

📋 copy color: '#F13A20'

red 241 ◦ green 58 ◦ blue 32

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

Shades of Red Orange #F13A20

Tints of Red Orange #F13A20

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.52%

 BLUE value IS 32 (12.89% from 255) = 9.67%

R = 72.81%
G = 17.52%
B = 9.67%

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

#F13A20 (or 0xF13A20) is known color: Red Orange. HEX triplet: F1, 3A and 20. RGB value is (241,58,32). Sum of RGB (Red+Green+Blue) = 241+58+32=331 (43% of max value = 765). Red value is 241 (94.53% from 255 or 72.81% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 241 - color contains mainly: red. Hex color #F13A20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13A20 is #0EC5DF. Grayscale: #6E6E6E. Windows color (decimal): -968160 or 2112241. OLE color: 2112241.

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

Color convert

RGB 241 58 32 -
CMYK 0 0.76 0.87 0.05
HSL 7.46º 0.88% 0.54% -
HSV(B) 7.46º 0.87% 0.95% -
XYZ 38.05 21.83 3.57 -
YUV 109.75 84.13 221.61 -
System Red Green Blue C M Y K H S L
Decimal 241 58 32 0 0.76 0.87 0.05 7.46 0.88 0.54
Hex F1 3A 20 0 4C 57 5 7 58 36
Octal 361 72 40 0 114 127 5 7 130 66
Binary 11110001 111010 100000 0 1001100 1010111 101 111 1011000 110110

Color Harmonies of #F13A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13A20

Black with #F13A20

Text Example


Text Example

White with #F13A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13A20; }

 p { color: rgb(241,58,32); }

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

background-color css

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

 a { background-color: rgb(241,58,32); }

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

border-color css

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

 span { border-color: rgb(241,58,32); }

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