Html Css Color HEX #F13F14 Orange Red

📋 copy color: '#F13F14'

red 241 ◦ green 63 ◦ blue 20

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

Shades of Orange Red #F13F14

Tints of Orange Red #F13F14

RGB

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

 GREEN value IS 63 (25% from 255) = 19.44%

 BLUE value IS 20 (8.2% from 255) = 6.17%

R = 74.38%
G = 19.44%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F13F14 (or 0xF13F14) is known color: Orange Red. HEX triplet: F1, 3F and 14. RGB value is (241,63,20). Sum of RGB (Red+Green+Blue) = 241+63+20=324 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.38% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 20 (8.20% from 255 or 6.17% from 324); Max value from RGB is 241 - color contains mainly: red. Hex color #F13F14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13F14 is #0EC0EB. Grayscale: #6F6F6F. Windows color (decimal): -966892 or 1327089. OLE color: 1327089.

HSL color Cylindrical-coordinate representation of color #F13F14: hue angle of 11.67º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F13F14 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 63 20 -
CMYK 0 0.74 0.92 0.05
HSL 11.67º 0.89% 0.51% -
HSV(B) 11.67º 0.92% 0.95% -
XYZ 38.18 22.31 2.96 -
YUV 111.32 76.47 220.5 -
System Red Green Blue C M Y K H S L
Decimal 241 63 20 0 0.74 0.92 0.05 11.67 0.89 0.51
Hex F1 3F 14 0 4A 5C 5 C 59 33
Octal 361 77 24 0 112 134 5 14 131 63
Binary 11110001 111111 10100 0 1001010 1011100 101 1100 1011001 110011

Color Harmonies of #F13F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13F14

Black with #F13F14

Text Example


Text Example

White with #F13F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13F14; }

 p { color: rgb(241,63,20); }

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

background-color css

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

 a { background-color: rgb(241,63,20); }

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

border-color css

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

 span { border-color: rgb(241,63,20); }

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