Html Css Color HEX #F1382C Red Orange

📋 copy color: '#F1382C'

red 241 ◦ green 56 ◦ blue 44

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

Shades of Red Orange #F1382C

Tints of Red Orange #F1382C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.42%

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

R = 70.67%
G = 16.42%
B = 12.9%

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

#F1382C (or 0xF1382C) is known color: Red Orange. HEX triplet: F1, 38 and 2C. RGB value is (241,56,44). Sum of RGB (Red+Green+Blue) = 241+56+44=341 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.67% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 44 (17.58% from 255 or 12.90% from 341); Max value from RGB is 241 - color contains mainly: red. Hex color #F1382C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1382C is #0EC7D3. Grayscale: #6E6E6E. Windows color (decimal): -968660 or 2898161. OLE color: 2898161.

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

Color convert

RGB 241 56 44 -
CMYK 0 0.77 0.82 0.05
HSL 3.65º 0.88% 0.56% -
HSV(B) 3.65º 0.82% 0.95% -
XYZ 38.14 21.71 4.56 -
YUV 109.95 90.79 221.48 -
System Red Green Blue C M Y K H S L
Decimal 241 56 44 0 0.77 0.82 0.05 3.65 0.88 0.56
Hex F1 38 2C 0 4D 52 5 4 58 38
Octal 361 70 54 0 115 122 5 4 130 70
Binary 11110001 111000 101100 0 1001101 1010010 101 100 1011000 111000

Color Harmonies of #F1382C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1382C

Black with #F1382C

Text Example


Text Example

White with #F1382C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1382C; }

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

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

background-color css

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

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

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

border-color css

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

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

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