Html Css Color HEX #F1322B Red Orange

📋 copy color: '#F1322B'

red 241 ◦ green 50 ◦ blue 43

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

Shades of Red Orange #F1322B

Tints of Red Orange #F1322B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.87%

R = 72.16%
G = 14.97%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F1322B (or 0xF1322B) is known color: Red Orange. HEX triplet: F1, 32 and 2B. RGB value is (241,50,43). Sum of RGB (Red+Green+Blue) = 241+50+43=334 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.16% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 43 (17.19% from 255 or 12.87% from 334); Max value from RGB is 241 - color contains mainly: red. Hex color #F1322B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1322B is #0ECDD4. Grayscale: #6A6A6A. Windows color (decimal): -970197 or 2831089. OLE color: 2831089.

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

Color convert

RGB 241 50 43 -
CMYK 0 0.79 0.82 0.05
HSL 2.12º 0.88% 0.56% -
HSV(B) 2.12º 0.82% 0.95% -
XYZ 37.85 21.16 4.37 -
YUV 106.31 92.28 224.07 -
System Red Green Blue C M Y K H S L
Decimal 241 50 43 0 0.79 0.82 0.05 2.12 0.88 0.56
Hex F1 32 2B 0 4F 52 5 2 58 38
Octal 361 62 53 0 117 122 5 2 130 70
Binary 11110001 110010 101011 0 1001111 1010010 101 10 1011000 111000

Color Harmonies of #F1322B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1322B

Black with #F1322B

Text Example


Text Example

White with #F1322B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1322B; }

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

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

background-color css

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

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

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

border-color css

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

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

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