Html Css Color HEX #F13C2F Red Orange

📋 copy color: '#F13C2F'

red 241 ◦ green 60 ◦ blue 47

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

Shades of Red Orange #F13C2F

Tints of Red Orange #F13C2F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.24%

 BLUE value IS 47 (18.75% from 255) = 13.51%

R = 69.25%
G = 17.24%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F13C2F (or 0xF13C2F) is known color: Red Orange. HEX triplet: F1, 3C and 2F. RGB value is (241,60,47). Sum of RGB (Red+Green+Blue) = 241+60+47=348 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.25% from 348); Green value is 60 (23.83% from 255 or 17.24% from 348); Blue value is 47 (18.75% from 255 or 13.51% from 348); Max value from RGB is 241 - color contains mainly: red. Hex color #F13C2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13C2F is #0EC3D0. Grayscale: #707070. Windows color (decimal): -967633 or 3095793. OLE color: 3095793.

HSL color Cylindrical-coordinate representation of color #F13C2F: hue angle of 4.02º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F13C2F is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 60 47 -
CMYK 0 0.75 0.80 0.05
HSL 4.02º 0.87% 0.56% -
HSV(B) 4.02º 0.8% 0.95% -
XYZ 38.4 22.14 4.94 -
YUV 112.64 90.97 219.56 -
System Red Green Blue C M Y K H S L
Decimal 241 60 47 0 0.75 0.80 0.05 4.02 0.87 0.56
Hex F1 3C 2F 0 4B 50 5 4 57 38
Octal 361 74 57 0 113 120 5 4 127 70
Binary 11110001 111100 101111 0 1001011 1010000 101 100 1010111 111000

Color Harmonies of #F13C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13C2F

Black with #F13C2F

Text Example


Text Example

White with #F13C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13C2F; }

 p { color: rgb(241,60,47); }

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

background-color css

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

 a { background-color: rgb(241,60,47); }

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

border-color css

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

 span { border-color: rgb(241,60,47); }

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