Html Css Color HEX #F12A1E Red Orange

📋 copy color: '#F12A1E'

red 241 ◦ green 42 ◦ blue 30

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

Shades of Red Orange #F12A1E

Tints of Red Orange #F12A1E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.42%

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

R = 77%
G = 13.42%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F12A1E (or 0xF12A1E) is known color: Red Orange. HEX triplet: F1, 2A and 1E. RGB value is (241,42,30). Sum of RGB (Red+Green+Blue) = 241+42+30=313 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.00% from 313); Green value is 42 (16.80% from 255 or 13.42% from 313); Blue value is 30 (12.11% from 255 or 9.58% from 313); Max value from RGB is 241 - color contains mainly: red. Hex color #F12A1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12A1E is #0ED5E1. Grayscale: #646464. Windows color (decimal): -972258 or 1977073. OLE color: 1977073.

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

Color convert

RGB 241 42 30 -
CMYK 0 0.83 0.88 0.05
HSL 3.41º 0.88% 0.53% -
HSV(B) 3.41º 0.88% 0.95% -
XYZ 37.34 20.45 3.21 -
YUV 100.13 88.43 228.48 -
System Red Green Blue C M Y K H S L
Decimal 241 42 30 0 0.83 0.88 0.05 3.41 0.88 0.53
Hex F1 2A 1E 0 53 58 5 3 58 35
Octal 361 52 36 0 123 130 5 3 130 65
Binary 11110001 101010 11110 0 1010011 1011000 101 11 1011000 110101

Color Harmonies of #F12A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12A1E

Black with #F12A1E

Text Example


Text Example

White with #F12A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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