Html Css Color HEX #F1382D Red Orange

📋 copy color: '#F1382D'

red 241 ◦ green 56 ◦ blue 45

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

Shades of Red Orange #F1382D

Tints of Red Orange #F1382D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.16%

R = 70.47%
G = 16.37%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F1382D (or 0xF1382D) is known color: Red Orange. HEX triplet: F1, 38 and 2D. RGB value is (241,56,45). Sum of RGB (Red+Green+Blue) = 241+56+45=342 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.47% from 342); Green value is 56 (22.27% from 255 or 16.37% from 342); Blue value is 45 (17.97% from 255 or 13.16% from 342); Max value from RGB is 241 - color contains mainly: red. Hex color #F1382D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1382D is #0EC7D2. Grayscale: #6E6E6E. Windows color (decimal): -968659 or 2963697. OLE color: 2963697.

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

Color convert

RGB 241 56 45 -
CMYK 0 0.77 0.81 0.05
HSL 3.37º 0.88% 0.56% -
HSV(B) 3.37º 0.81% 0.95% -
XYZ 38.16 21.72 4.66 -
YUV 110.06 91.29 221.39 -
System Red Green Blue C M Y K H S L
Decimal 241 56 45 0 0.77 0.81 0.05 3.37 0.88 0.56
Hex F1 38 2D 0 4D 51 5 3 58 38
Octal 361 70 55 0 115 121 5 3 130 70
Binary 11110001 111000 101101 0 1001101 1010001 101 11 1011000 111000

Color Harmonies of #F1382D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1382D

Black with #F1382D

Text Example


Text Example

White with #F1382D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1382D; }

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

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

background-color css

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

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

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

border-color css

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

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

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