Html Css Color HEX #F13726 Red Orange

📋 copy color: '#F13726'

red 241 ◦ green 55 ◦ blue 38

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

Shades of Red Orange #F13726

Tints of Red Orange #F13726

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.47%

 BLUE value IS 38 (15.23% from 255) = 11.38%

R = 72.16%
G = 16.47%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F13726 (or 0xF13726) is known color: Red Orange. HEX triplet: F1, 37 and 26. RGB value is (241,55,38). Sum of RGB (Red+Green+Blue) = 241+55+38=334 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.16% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 38 (15.23% from 255 or 11.38% from 334); Max value from RGB is 241 - color contains mainly: red. Hex color #F13726 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13726 is #0EC8D9. Grayscale: #6C6C6C. Windows color (decimal): -968922 or 2504689. OLE color: 2504689.

HSL color Cylindrical-coordinate representation of color #F13726: hue angle of 5.02º 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 #F13726 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 55 38 -
CMYK 0 0.77 0.84 0.05
HSL 5.02º 0.88% 0.55% -
HSV(B) 5.02º 0.84% 0.95% -
XYZ 37.99 21.57 4 -
YUV 108.68 88.12 222.38 -
System Red Green Blue C M Y K H S L
Decimal 241 55 38 0 0.77 0.84 0.05 5.02 0.88 0.55
Hex F1 37 26 0 4D 54 5 5 58 37
Octal 361 67 46 0 115 124 5 5 130 67
Binary 11110001 110111 100110 0 1001101 1010100 101 101 1011000 110111

Color Harmonies of #F13726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13726

Black with #F13726

Text Example


Text Example

White with #F13726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13726; }

 p { color: rgb(241,55,38); }

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

background-color css

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

 a { background-color: rgb(241,55,38); }

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

border-color css

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

 span { border-color: rgb(241,55,38); }

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