Html Css Color HEX #F1372B Red Orange

📋 copy color: '#F1372B'

red 241 ◦ green 55 ◦ blue 43

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

Shades of Red Orange #F1372B

Tints of Red Orange #F1372B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.22%

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

R = 71.09%
G = 16.22%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F1372B (or 0xF1372B) is known color: Red Orange. HEX triplet: F1, 37 and 2B. RGB value is (241,55,43). Sum of RGB (Red+Green+Blue) = 241+55+43=339 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.09% from 339); Green value is 55 (21.88% from 255 or 16.22% from 339); Blue value is 43 (17.19% from 255 or 12.68% from 339); Max value from RGB is 241 - color contains mainly: red. Hex color #F1372B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1372B is #0EC8D4. Grayscale: #6D6D6D. Windows color (decimal): -968917 or 2832369. OLE color: 2832369.

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

Color convert

RGB 241 55 43 -
CMYK 0 0.77 0.82 0.05
HSL 3.64º 0.88% 0.56% -
HSV(B) 3.64º 0.82% 0.95% -
XYZ 38.08 21.61 4.45 -
YUV 109.25 90.62 221.98 -
System Red Green Blue C M Y K H S L
Decimal 241 55 43 0 0.77 0.82 0.05 3.64 0.88 0.56
Hex F1 37 2B 0 4D 52 5 4 58 38
Octal 361 67 53 0 115 122 5 4 130 70
Binary 11110001 110111 101011 0 1001101 1010010 101 100 1011000 111000

Color Harmonies of #F1372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1372B

Black with #F1372B

Text Example


Text Example

White with #F1372B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1372B; }

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

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

background-color css

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

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

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

border-color css

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

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

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