Html Css Color HEX #F1302C Red Orange

📋 copy color: '#F1302C'

red 241 ◦ green 48 ◦ blue 44

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

Shades of Red Orange #F1302C

Tints of Red Orange #F1302C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.21%

R = 72.37%
G = 14.41%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F1302C (or 0xF1302C) is known color: Red Orange. HEX triplet: F1, 30 and 2C. RGB value is (241,48,44). Sum of RGB (Red+Green+Blue) = 241+48+44=333 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.37% from 333); Green value is 48 (19.14% from 255 or 14.41% from 333); Blue value is 44 (17.58% from 255 or 13.21% from 333); Max value from RGB is 241 - color contains mainly: red. Hex color #F1302C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1302C is #0ECFD3. Grayscale: #696969. Windows color (decimal): -970708 or 2896113. OLE color: 2896113.

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

Color convert

RGB 241 48 44 -
CMYK 0 0.80 0.82 0.05
HSL 1.22º 0.88% 0.56% -
HSV(B) 1.22º 0.82% 0.95% -
XYZ 37.79 21 4.44 -
YUV 105.25 93.44 224.83 -
System Red Green Blue C M Y K H S L
Decimal 241 48 44 0 0.80 0.82 0.05 1.22 0.88 0.56
Hex F1 30 2C 0 50 52 5 1 58 38
Octal 361 60 54 0 120 122 5 1 130 70
Binary 11110001 110000 101100 0 1010000 1010010 101 1 1011000 111000

Color Harmonies of #F1302C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1302C

Black with #F1302C

Text Example


Text Example

White with #F1302C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1302C; }

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

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

background-color css

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

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

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

border-color css

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

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

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