Html Css Color HEX #F13A27 Red Orange

📋 copy color: '#F13A27'

red 241 ◦ green 58 ◦ blue 39

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

Shades of Red Orange #F13A27

Tints of Red Orange #F13A27

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.16%

 BLUE value IS 39 (15.63% from 255) = 11.54%

R = 71.3%
G = 17.16%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F13A27 (or 0xF13A27) is known color: Red Orange. HEX triplet: F1, 3A and 27. RGB value is (241,58,39). Sum of RGB (Red+Green+Blue) = 241+58+39=338 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.30% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 39 (15.62% from 255 or 11.54% from 338); Max value from RGB is 241 - color contains mainly: red. Hex color #F13A27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13A27 is #0EC5D8. Grayscale: #6E6E6E. Windows color (decimal): -968153 or 2570993. OLE color: 2570993.

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

Color convert

RGB 241 58 39 -
CMYK 0 0.76 0.84 0.05
HSL 5.64º 0.88% 0.55% -
HSV(B) 5.64º 0.84% 0.95% -
XYZ 38.15 21.87 4.13 -
YUV 110.55 87.63 221.04 -
System Red Green Blue C M Y K H S L
Decimal 241 58 39 0 0.76 0.84 0.05 5.64 0.88 0.55
Hex F1 3A 27 0 4C 54 5 6 58 37
Octal 361 72 47 0 114 124 5 6 130 67
Binary 11110001 111010 100111 0 1001100 1010100 101 110 1011000 110111

Color Harmonies of #F13A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13A27

Black with #F13A27

Text Example


Text Example

White with #F13A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13A27; }

 p { color: rgb(241,58,39); }

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

background-color css

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

 a { background-color: rgb(241,58,39); }

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

border-color css

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

 span { border-color: rgb(241,58,39); }

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