Html Css Color HEX #F1301D Red Orange

📋 copy color: '#F1301D'

red 241 ◦ green 48 ◦ blue 29

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

Shades of Red Orange #F1301D

Tints of Red Orange #F1301D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.09%

 BLUE value IS 29 (11.72% from 255) = 9.12%

R = 75.79%
G = 15.09%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F1301D (or 0xF1301D) is known color: Red Orange. HEX triplet: F1, 30 and 1D. RGB value is (241,48,29). Sum of RGB (Red+Green+Blue) = 241+48+29=318 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.79% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 29 (11.72% from 255 or 9.12% from 318); Max value from RGB is 241 - color contains mainly: red. Hex color #F1301D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1301D is #0ECFE2. Grayscale: #676767. Windows color (decimal): -970723 or 1913073. OLE color: 1913073.

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

Color convert

RGB 241 48 29 -
CMYK 0 0.80 0.88 0.05
HSL 5.38º 0.88% 0.53% -
HSV(B) 5.38º 0.88% 0.95% -
XYZ 37.55 20.9 3.22 -
YUV 103.54 85.94 226.04 -
System Red Green Blue C M Y K H S L
Decimal 241 48 29 0 0.80 0.88 0.05 5.38 0.88 0.53
Hex F1 30 1D 0 50 58 5 5 58 35
Octal 361 60 35 0 120 130 5 5 130 65
Binary 11110001 110000 11101 0 1010000 1011000 101 101 1011000 110101

Color Harmonies of #F1301D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1301D

Black with #F1301D

Text Example


Text Example

White with #F1301D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1301D; }

 p { color: rgb(241,48,29); }

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

background-color css

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

 a { background-color: rgb(241,48,29); }

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

border-color css

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

 span { border-color: rgb(241,48,29); }

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