Html Css Color HEX #F13C36 Red Orange

📋 copy color: '#F13C36'

red 241 ◦ green 60 ◦ blue 54

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

Shades of Red Orange #F13C36

Tints of Red Orange #F13C36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.21%

R = 67.89%
G = 16.9%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F13C36 (or 0xF13C36) is known color: Red Orange. HEX triplet: F1, 3C and 36. RGB value is (241,60,54). Sum of RGB (Red+Green+Blue) = 241+60+54=355 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.89% from 355); Green value is 60 (23.83% from 255 or 16.90% from 355); Blue value is 54 (21.48% from 255 or 15.21% from 355); Max value from RGB is 241 - color contains mainly: red. Hex color #F13C36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13C36 is #0EC3C9. Grayscale: #717171. Windows color (decimal): -967626 or 3554545. OLE color: 3554545.

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

Color convert

RGB 241 60 54 -
CMYK 0 0.75 0.78 0.05
HSL 1.93º 0.87% 0.58% -
HSV(B) 1.93º 0.78% 0.95% -
XYZ 38.56 22.2 5.74 -
YUV 113.44 94.47 218.99 -
System Red Green Blue C M Y K H S L
Decimal 241 60 54 0 0.75 0.78 0.05 1.93 0.87 0.58
Hex F1 3C 36 0 4B 4E 5 2 57 3A
Octal 361 74 66 0 113 116 5 2 127 72
Binary 11110001 111100 110110 0 1001011 1001110 101 10 1010111 111010

Color Harmonies of #F13C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13C36

Black with #F13C36

Text Example


Text Example

White with #F13C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13C36; }

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

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

background-color css

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

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

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

border-color css

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

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

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