Html Css Color HEX #F12424 Red Orange

📋 copy color: '#F12424'

red 241 ◦ green 36 ◦ blue 36

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

Shades of Red Orange #F12424

Tints of Red Orange #F12424

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.5%

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

R = 77%
G = 11.5%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F12424 (or 0xF12424) is known color: Red Orange. HEX triplet: F1, 24 and 24. RGB value is (241,36,36). Sum of RGB (Red+Green+Blue) = 241+36+36=313 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.00% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 36 (14.45% from 255 or 11.50% from 313); Max value from RGB is 241 - color contains mainly: red. Hex color #F12424 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12424 is #0EDBDB. Grayscale: #616161. Windows color (decimal): -973788 or 2368753. OLE color: 2368753.

HSL color Cylindrical-coordinate representation of color #F12424: hue angle of 0º 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 #F12424 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 36 36 -
CMYK 0 0.85 0.85 0.05
HSL 0.88% 0.54% -
HSV(B) 0.85% 0.95% -
XYZ 37.22 20.09 3.58 -
YUV 97.3 93.42 230.5 -
System Red Green Blue C M Y K H S L
Decimal 241 36 36 0 0.85 0.85 0.05 0 0.88 0.54
Hex F1 24 24 0 55 55 5 0 58 36
Octal 361 44 44 0 125 125 5 0 130 66
Binary 11110001 100100 100100 0 1010101 1010101 101 0 1011000 110110

Color Harmonies of #F12424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12424

Black with #F12424

Text Example


Text Example

White with #F12424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12424; }

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

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

background-color css

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

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

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

border-color css

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

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

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