Html Css Color HEX #F13B18 Orange Red

📋 copy color: '#F13B18'

red 241 ◦ green 59 ◦ blue 24

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

Shades of Orange Red #F13B18

Tints of Orange Red #F13B18

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.21%

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

R = 74.38%
G = 18.21%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F13B18 (or 0xF13B18) is known color: Orange Red. HEX triplet: F1, 3B and 18. RGB value is (241,59,24). Sum of RGB (Red+Green+Blue) = 241+59+24=324 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.38% from 324); Green value is 59 (23.44% from 255 or 18.21% from 324); Blue value is 24 (9.77% from 255 or 7.41% from 324); Max value from RGB is 241 - color contains mainly: red. Hex color #F13B18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13B18 is #0EC4E7. Grayscale: #6D6D6D. Windows color (decimal): -967912 or 1588209. OLE color: 1588209.

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

Color convert

RGB 241 59 24 -
CMYK 0 0.76 0.90 0.05
HSL 9.68º 0.89% 0.52% -
HSV(B) 9.68º 0.9% 0.95% -
XYZ 38 21.89 3.09 -
YUV 109.43 79.8 221.85 -
System Red Green Blue C M Y K H S L
Decimal 241 59 24 0 0.76 0.90 0.05 9.68 0.89 0.52
Hex F1 3B 18 0 4C 5A 5 A 59 34
Octal 361 73 30 0 114 132 5 12 131 64
Binary 11110001 111011 11000 0 1001100 1011010 101 1010 1011001 110100

Color Harmonies of #F13B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13B18

Black with #F13B18

Text Example


Text Example

White with #F13B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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