Html Css Color HEX #F12F2E Red Orange

📋 copy color: '#F12F2E'

red 241 ◦ green 47 ◦ blue 46

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

Shades of Red Orange #F12F2E

Tints of Red Orange #F12F2E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.07%

 BLUE value IS 46 (18.36% from 255) = 13.77%

R = 72.16%
G = 14.07%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F12F2E (or 0xF12F2E) is known color: Red Orange. HEX triplet: F1, 2F and 2E. RGB value is (241,47,46). Sum of RGB (Red+Green+Blue) = 241+47+46=334 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.16% from 334); Green value is 47 (18.75% from 255 or 14.07% from 334); Blue value is 46 (18.36% from 255 or 13.77% from 334); Max value from RGB is 241 - color contains mainly: red. Hex color #F12F2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12F2E is #0ED0D1. Grayscale: #696969. Windows color (decimal): -970962 or 3026929. OLE color: 3026929.

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

Color convert

RGB 241 47 46 -
CMYK 0 0.80 0.81 0.05
HSL 0.31º 0.87% 0.56% -
HSV(B) 0.31º 0.81% 0.95% -
XYZ 37.79 20.93 4.63 -
YUV 104.89 94.77 225.08 -
System Red Green Blue C M Y K H S L
Decimal 241 47 46 0 0.80 0.81 0.05 0.31 0.87 0.56
Hex F1 2F 2E 0 50 51 5 0 57 38
Octal 361 57 56 0 120 121 5 0 127 70
Binary 11110001 101111 101110 0 1010000 1010001 101 0 1010111 111000

Color Harmonies of #F12F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12F2E

Black with #F12F2E

Text Example


Text Example

White with #F12F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12F2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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