Html Css Color HEX #F1321A Red Orange

📋 copy color: '#F1321A'

red 241 ◦ green 50 ◦ blue 26

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

Shades of Red Orange #F1321A

Tints of Red Orange #F1321A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.77%

 BLUE value IS 26 (10.55% from 255) = 8.2%

R = 76.03%
G = 15.77%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F1321A (or 0xF1321A) is known color: Red Orange. HEX triplet: F1, 32 and 1A. RGB value is (241,50,26). Sum of RGB (Red+Green+Blue) = 241+50+26=317 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.03% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 26 (10.55% from 255 or 8.20% from 317); Max value from RGB is 241 - color contains mainly: red. Hex color #F1321A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1321A is #0ECDE5. Grayscale: #686868. Windows color (decimal): -970214 or 1716977. OLE color: 1716977.

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

Color convert

RGB 241 50 26 -
CMYK 0 0.79 0.89 0.05
HSL 6.7º 0.88% 0.52% -
HSV(B) 6.7º 0.89% 0.95% -
XYZ 37.6 21.06 3.06 -
YUV 104.37 83.78 225.45 -
System Red Green Blue C M Y K H S L
Decimal 241 50 26 0 0.79 0.89 0.05 6.7 0.88 0.52
Hex F1 32 1A 0 4F 59 5 7 58 34
Octal 361 62 32 0 117 131 5 7 130 64
Binary 11110001 110010 11010 0 1001111 1011001 101 111 1011000 110100

Color Harmonies of #F1321A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1321A

Black with #F1321A

Text Example


Text Example

White with #F1321A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1321A; }

 p { color: rgb(241,50,26); }

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

background-color css

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

 a { background-color: rgb(241,50,26); }

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

border-color css

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

 span { border-color: rgb(241,50,26); }

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