Html Css Color HEX #F13718 Orange Red

📋 copy color: '#F13718'

red 241 ◦ green 55 ◦ blue 24

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

Shades of Orange Red #F13718

Tints of Orange Red #F13718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.5%

R = 75.31%
G = 17.19%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F13718 (or 0xF13718) is known color: Orange Red. HEX triplet: F1, 37 and 18. RGB value is (241,55,24). Sum of RGB (Red+Green+Blue) = 241+55+24=320 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.31% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 24 (9.77% from 255 or 7.5% from 320); Max value from RGB is 241 - color contains mainly: red. Hex color #F13718 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13718 is #0EC8E7. Grayscale: #6B6B6B. Windows color (decimal): -968936 or 1587185. OLE color: 1587185.

HSL color Cylindrical-coordinate representation of color #F13718: hue angle of 8.57º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F13718 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 55 24 -
CMYK 0 0.77 0.90 0.05
HSL 8.57º 0.89% 0.52% -
HSV(B) 8.57º 0.9% 0.95% -
XYZ 37.81 21.5 3.02 -
YUV 107.08 81.12 223.52 -
System Red Green Blue C M Y K H S L
Decimal 241 55 24 0 0.77 0.90 0.05 8.57 0.89 0.52
Hex F1 37 18 0 4D 5A 5 9 59 34
Octal 361 67 30 0 115 132 5 11 131 64
Binary 11110001 110111 11000 0 1001101 1011010 101 1001 1011001 110100

Color Harmonies of #F13718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13718

Black with #F13718

Text Example


Text Example

White with #F13718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13718; }

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

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

background-color css

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

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

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

border-color css

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

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

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