Html Css Color HEX #F12D1E Red Orange

📋 copy color: '#F12D1E'

red 241 ◦ green 45 ◦ blue 30

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

Shades of Red Orange #F12D1E

Tints of Red Orange #F12D1E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.24%

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

R = 76.27%
G = 14.24%
B = 9.49%

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

#F12D1E (or 0xF12D1E) is known color: Red Orange. HEX triplet: F1, 2D and 1E. RGB value is (241,45,30). Sum of RGB (Red+Green+Blue) = 241+45+30=316 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.27% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 30 (12.11% from 255 or 9.49% from 316); Max value from RGB is 241 - color contains mainly: red. Hex color #F12D1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12D1E is #0ED2E1. Grayscale: #666666. Windows color (decimal): -971490 or 1977841. OLE color: 1977841.

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

Color convert

RGB 241 45 30 -
CMYK 0 0.81 0.88 0.05
HSL 4.27º 0.88% 0.53% -
HSV(B) 4.27º 0.88% 0.95% -
XYZ 37.45 20.67 3.24 -
YUV 101.89 87.43 227.22 -
System Red Green Blue C M Y K H S L
Decimal 241 45 30 0 0.81 0.88 0.05 4.27 0.88 0.53
Hex F1 2D 1E 0 51 58 5 4 58 35
Octal 361 55 36 0 121 130 5 4 130 65
Binary 11110001 101101 11110 0 1010001 1011000 101 100 1011000 110101

Color Harmonies of #F12D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12D1E

Black with #F12D1E

Text Example


Text Example

White with #F12D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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