Html Css Color HEX #F13C14 Orange Red

📋 copy color: '#F13C14'

red 241 ◦ green 60 ◦ blue 20

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

Shades of Orange Red #F13C14

Tints of Orange Red #F13C14

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.69%

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

R = 75.08%
G = 18.69%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F13C14 (or 0xF13C14) is known color: Orange Red. HEX triplet: F1, 3C and 14. RGB value is (241,60,20). Sum of RGB (Red+Green+Blue) = 241+60+20=321 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.08% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 241 - color contains mainly: red. Hex color #F13C14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13C14 is #0EC3EB. Grayscale: #6D6D6D. Windows color (decimal): -967660 or 1326321. OLE color: 1326321.

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

Color convert

RGB 241 60 20 -
CMYK 0 0.75 0.92 0.05
HSL 10.86º 0.89% 0.51% -
HSV(B) 10.86º 0.92% 0.95% -
XYZ 38.02 21.98 2.9 -
YUV 109.56 77.47 221.75 -
System Red Green Blue C M Y K H S L
Decimal 241 60 20 0 0.75 0.92 0.05 10.86 0.89 0.51
Hex F1 3C 14 0 4B 5C 5 B 59 33
Octal 361 74 24 0 113 134 5 13 131 63
Binary 11110001 111100 10100 0 1001011 1011100 101 1011 1011001 110011

Color Harmonies of #F13C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13C14

Black with #F13C14

Text Example


Text Example

White with #F13C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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