Html Css Color HEX #F12E1E Red Orange

📋 copy color: '#F12E1E'

red 241 ◦ green 46 ◦ blue 30

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

Shades of Red Orange #F12E1E

Tints of Red Orange #F12E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.46%

R = 76.03%
G = 14.51%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F12E1E (or 0xF12E1E) is known color: Red Orange. HEX triplet: F1, 2E and 1E. RGB value is (241,46,30). Sum of RGB (Red+Green+Blue) = 241+46+30=317 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.03% from 317); Green value is 46 (18.36% from 255 or 14.51% from 317); Blue value is 30 (12.11% from 255 or 9.46% from 317); Max value from RGB is 241 - color contains mainly: red. Hex color #F12E1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12E1E is #0ED1E1. Grayscale: #666666. Windows color (decimal): -971234 or 1978097. OLE color: 1978097.

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

Color convert

RGB 241 46 30 -
CMYK 0 0.81 0.88 0.05
HSL 4.55º 0.88% 0.53% -
HSV(B) 4.55º 0.88% 0.95% -
XYZ 37.49 20.75 3.26 -
YUV 102.48 87.1 226.8 -
System Red Green Blue C M Y K H S L
Decimal 241 46 30 0 0.81 0.88 0.05 4.55 0.88 0.53
Hex F1 2E 1E 0 51 58 5 5 58 35
Octal 361 56 36 0 121 130 5 5 130 65
Binary 11110001 101110 11110 0 1010001 1011000 101 101 1011000 110101

Color Harmonies of #F12E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12E1E

Black with #F12E1E

Text Example


Text Example

White with #F12E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12E1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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