Html Css Color HEX #F13E32 Red Orange

📋 copy color: '#F13E32'

red 241 ◦ green 62 ◦ blue 50

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

Shades of Red Orange #F13E32

Tints of Red Orange #F13E32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.16%

R = 68.27%
G = 17.56%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F13E32 (or 0xF13E32) is known color: Red Orange. HEX triplet: F1, 3E and 32. RGB value is (241,62,50). Sum of RGB (Red+Green+Blue) = 241+62+50=353 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.27% from 353); Green value is 62 (24.61% from 255 or 17.56% from 353); Blue value is 50 (19.92% from 255 or 14.16% from 353); Max value from RGB is 241 - color contains mainly: red. Hex color #F13E32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13E32 is #0EC1CD. Grayscale: #727272. Windows color (decimal): -967118 or 3292913. OLE color: 3292913.

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

Color convert

RGB 241 62 50 -
CMYK 0 0.74 0.79 0.05
HSL 3.77º 0.87% 0.57% -
HSV(B) 3.77º 0.79% 0.95% -
XYZ 38.57 22.38 5.3 -
YUV 114.15 91.8 218.48 -
System Red Green Blue C M Y K H S L
Decimal 241 62 50 0 0.74 0.79 0.05 3.77 0.87 0.57
Hex F1 3E 32 0 4A 4F 5 4 57 39
Octal 361 76 62 0 112 117 5 4 127 71
Binary 11110001 111110 110010 0 1001010 1001111 101 100 1010111 111001

Color Harmonies of #F13E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13E32

Black with #F13E32

Text Example


Text Example

White with #F13E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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