Html Css Color HEX #F1481B Orange Red

📋 copy color: '#F1481B'

red 241 ◦ green 72 ◦ blue 27

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

Shades of Orange Red #F1481B

Tints of Orange Red #F1481B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.18%

 BLUE value IS 27 (10.94% from 255) = 7.94%

R = 70.88%
G = 21.18%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F1481B (or 0xF1481B) is known color: Orange Red. HEX triplet: F1, 48 and 1B. RGB value is (241,72,27). Sum of RGB (Red+Green+Blue) = 241+72+27=340 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.88% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 27 (10.94% from 255 or 7.94% from 340); Max value from RGB is 241 - color contains mainly: red. Hex color #F1481B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1481B is #0EB7E4. Grayscale: #757575. Windows color (decimal): -964581 or 1788145. OLE color: 1788145.

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

Color convert

RGB 241 72 27 -
CMYK 0 0.70 0.89 0.05
HSL 12.62º 0.88% 0.53% -
HSV(B) 12.62º 0.89% 0.95% -
XYZ 38.79 23.41 3.51 -
YUV 117.4 76.99 216.16 -
System Red Green Blue C M Y K H S L
Decimal 241 72 27 0 0.70 0.89 0.05 12.62 0.88 0.53
Hex F1 48 1B 0 46 59 5 D 58 35
Octal 361 110 33 0 106 131 5 15 130 65
Binary 11110001 1001000 11011 0 1000110 1011001 101 1101 1011000 110101

Color Harmonies of #F1481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1481B

Black with #F1481B

Text Example


Text Example

White with #F1481B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1481B; }

 p { color: rgb(241,72,27); }

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

background-color css

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

 a { background-color: rgb(241,72,27); }

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

border-color css

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

 span { border-color: rgb(241,72,27); }

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