Html Css Color HEX #F13728 Red Orange

📋 copy color: '#F13728'

red 241 ◦ green 55 ◦ blue 40

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

Shades of Red Orange #F13728

Tints of Red Orange #F13728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.9%

R = 71.73%
G = 16.37%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F13728 (or 0xF13728) is known color: Red Orange. HEX triplet: F1, 37 and 28. RGB value is (241,55,40). Sum of RGB (Red+Green+Blue) = 241+55+40=336 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.73% from 336); Green value is 55 (21.88% from 255 or 16.37% from 336); Blue value is 40 (16.02% from 255 or 11.90% from 336); Max value from RGB is 241 - color contains mainly: red. Hex color #F13728 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13728 is #0EC8D7. Grayscale: #6D6D6D. Windows color (decimal): -968920 or 2635761. OLE color: 2635761.

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

Color convert

RGB 241 55 40 -
CMYK 0 0.77 0.83 0.05
HSL 4.48º 0.88% 0.55% -
HSV(B) 4.48º 0.83% 0.95% -
XYZ 38.02 21.59 4.17 -
YUV 108.9 89.12 222.22 -
System Red Green Blue C M Y K H S L
Decimal 241 55 40 0 0.77 0.83 0.05 4.48 0.88 0.55
Hex F1 37 28 0 4D 53 5 4 58 37
Octal 361 67 50 0 115 123 5 4 130 67
Binary 11110001 110111 101000 0 1001101 1010011 101 100 1011000 110111

Color Harmonies of #F13728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13728

Black with #F13728

Text Example


Text Example

White with #F13728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13728; }

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

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

background-color css

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

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

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

border-color css

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

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

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