Html Css Color HEX #F12E27 Red Orange

📋 copy color: '#F12E27'

red 241 ◦ green 46 ◦ blue 39

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

Shades of Red Orange #F12E27

Tints of Red Orange #F12E27

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.11%

 BLUE value IS 39 (15.63% from 255) = 11.96%

R = 73.93%
G = 14.11%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F12E27 (or 0xF12E27) is known color: Red Orange. HEX triplet: F1, 2E and 27. RGB value is (241,46,39). Sum of RGB (Red+Green+Blue) = 241+46+39=326 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.93% from 326); Green value is 46 (18.36% from 255 or 14.11% from 326); Blue value is 39 (15.62% from 255 or 11.96% from 326); Max value from RGB is 241 - color contains mainly: red. Hex color #F12E27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12E27 is #0ED1D8. Grayscale: #676767. Windows color (decimal): -971225 or 2567921. OLE color: 2567921.

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

Color convert

RGB 241 46 39 -
CMYK 0 0.81 0.84 0.05
HSL 2.08º 0.88% 0.55% -
HSV(B) 2.08º 0.84% 0.95% -
XYZ 37.62 20.8 3.95 -
YUV 103.51 91.6 226.07 -
System Red Green Blue C M Y K H S L
Decimal 241 46 39 0 0.81 0.84 0.05 2.08 0.88 0.55
Hex F1 2E 27 0 51 54 5 2 58 37
Octal 361 56 47 0 121 124 5 2 130 67
Binary 11110001 101110 100111 0 1010001 1010100 101 10 1011000 110111

Color Harmonies of #F12E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12E27

Black with #F12E27

Text Example


Text Example

White with #F12E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12E27; }

 p { color: rgb(241,46,39); }

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

background-color css

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

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

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

border-color css

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

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

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