Html Css Color HEX #F13501 Orange Red

📋 copy color: '#F13501'

red 241 ◦ green 53 ◦ blue 1

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

Shades of Orange Red #F13501

Tints of Orange Red #F13501

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.97%

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 81.69%
G = 17.97%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F13501 (or 0xF13501) is known color: Orange Red. HEX triplet: F1, 35 and 01. RGB value is (241,53,1). Sum of RGB (Red+Green+Blue) = 241+53+1=295 (39% of max value = 765). Red value is 241 (94.53% from 255 or 81.69% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 241 - color contains mainly: red. Hex color #F13501 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13501 is #0ECAFE. Grayscale: #676767. Windows color (decimal): -969471 or 79345. OLE color: 79345.

HSL color Cylindrical-coordinate representation of color #F13501: hue angle of 13º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F13501 is Cyan = 0, Magento = 0.78, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 53 1 -
CMYK 0 0.78 1.00 0.05
HSL 13º 0.99% 0.47% -
HSV(B) 13º 1% 0.95% -
XYZ 37.55 21.25 2.15 -
YUV 103.28 70.28 226.23 -
System Red Green Blue C M Y K H S L
Decimal 241 53 1 0 0.78 1.00 0.05 13 0.99 0.47
Hex F1 35 1 0 4E 64 5 D 63 2F
Octal 361 65 1 0 116 144 5 15 143 57
Binary 11110001 110101 1 0 1001110 1100100 101 1101 1100011 101111

Color Harmonies of #F13501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13501

Black with #F13501

Text Example


Text Example

White with #F13501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13501; }

 p { color: rgb(241,53,1); }

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

background-color css

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

 a { background-color: rgb(241,53,1); }

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

border-color css

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

 span { border-color: rgb(241,53,1); }

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