Html Css Color HEX #F1302D Red Orange

📋 copy color: '#F1302D'

red 241 ◦ green 48 ◦ blue 45

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

Shades of Red Orange #F1302D

Tints of Red Orange #F1302D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.47%

R = 72.16%
G = 14.37%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F1302D (or 0xF1302D) is known color: Red Orange. HEX triplet: F1, 30 and 2D. RGB value is (241,48,45). Sum of RGB (Red+Green+Blue) = 241+48+45=334 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.16% from 334); Green value is 48 (19.14% from 255 or 14.37% from 334); Blue value is 45 (17.97% from 255 or 13.47% from 334); Max value from RGB is 241 - color contains mainly: red. Hex color #F1302D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1302D is #0ECFD2. Grayscale: #696969. Windows color (decimal): -970707 or 2961649. OLE color: 2961649.

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

Color convert

RGB 241 48 45 -
CMYK 0 0.80 0.81 0.05
HSL 0.92º 0.88% 0.56% -
HSV(B) 0.92º 0.81% 0.95% -
XYZ 37.81 21 4.54 -
YUV 105.37 93.94 224.74 -
System Red Green Blue C M Y K H S L
Decimal 241 48 45 0 0.80 0.81 0.05 0.92 0.88 0.56
Hex F1 30 2D 0 50 51 5 1 58 38
Octal 361 60 55 0 120 121 5 1 130 70
Binary 11110001 110000 101101 0 1010000 1010001 101 1 1011000 111000

Color Harmonies of #F1302D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1302D

Black with #F1302D

Text Example


Text Example

White with #F1302D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1302D; }

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

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

background-color css

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

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

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

border-color css

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

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

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