Html Css Color HEX #F1341D Red Orange

📋 copy color: '#F1341D'

red 241 ◦ green 52 ◦ blue 29

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

Shades of Red Orange #F1341D

Tints of Red Orange #F1341D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.15%

 BLUE value IS 29 (11.72% from 255) = 9.01%

R = 74.84%
G = 16.15%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F1341D (or 0xF1341D) is known color: Red Orange. HEX triplet: F1, 34 and 1D. RGB value is (241,52,29). Sum of RGB (Red+Green+Blue) = 241+52+29=322 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.84% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 29 (11.72% from 255 or 9.01% from 322); Max value from RGB is 241 - color contains mainly: red. Hex color #F1341D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1341D is #0ECBE2. Grayscale: #6A6A6A. Windows color (decimal): -969699 or 1914097. OLE color: 1914097.

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

Color convert

RGB 241 52 29 -
CMYK 0 0.78 0.88 0.05
HSL 6.51º 0.88% 0.53% -
HSV(B) 6.51º 0.88% 0.95% -
XYZ 37.73 21.25 3.27 -
YUV 105.89 84.62 224.37 -
System Red Green Blue C M Y K H S L
Decimal 241 52 29 0 0.78 0.88 0.05 6.51 0.88 0.53
Hex F1 34 1D 0 4E 58 5 7 58 35
Octal 361 64 35 0 116 130 5 7 130 65
Binary 11110001 110100 11101 0 1001110 1011000 101 111 1011000 110101

Color Harmonies of #F1341D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1341D

Black with #F1341D

Text Example


Text Example

White with #F1341D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1341D; }

 p { color: rgb(241,52,29); }

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

background-color css

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

 a { background-color: rgb(241,52,29); }

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

border-color css

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

 span { border-color: rgb(241,52,29); }

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