Html Css Color HEX #F13124 Red Orange

📋 copy color: '#F13124'

red 241 ◦ green 49 ◦ blue 36

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

Shades of Red Orange #F13124

Tints of Red Orange #F13124

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.03%

 BLUE value IS 36 (14.45% from 255) = 11.04%

R = 73.93%
G = 15.03%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F13124 (or 0xF13124) is known color: Red Orange. HEX triplet: F1, 31 and 24. RGB value is (241,49,36). Sum of RGB (Red+Green+Blue) = 241+49+36=326 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.93% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 36 (14.45% from 255 or 11.04% from 326); Max value from RGB is 241 - color contains mainly: red. Hex color #F13124 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13124 is #0ECEDB. Grayscale: #696969. Windows color (decimal): -970460 or 2372081. OLE color: 2372081.

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

Color convert

RGB 241 49 36 -
CMYK 0 0.80 0.85 0.05
HSL 3.8º 0.88% 0.54% -
HSV(B) 3.8º 0.85% 0.95% -
XYZ 37.69 21.02 3.74 -
YUV 104.93 89.11 225.06 -
System Red Green Blue C M Y K H S L
Decimal 241 49 36 0 0.80 0.85 0.05 3.8 0.88 0.54
Hex F1 31 24 0 50 55 5 4 58 36
Octal 361 61 44 0 120 125 5 4 130 66
Binary 11110001 110001 100100 0 1010000 1010101 101 100 1011000 110110

Color Harmonies of #F13124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13124

Black with #F13124

Text Example


Text Example

White with #F13124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13124; }

 p { color: rgb(241,49,36); }

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

background-color css

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

 a { background-color: rgb(241,49,36); }

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

border-color css

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

 span { border-color: rgb(241,49,36); }

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