Html Css Color HEX #F13C18 Orange Red

📋 copy color: '#F13C18'

red 241 ◦ green 60 ◦ blue 24

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

Shades of Orange Red #F13C18

Tints of Orange Red #F13C18

RGB

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

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

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

R = 74.15%
G = 18.46%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F13C18 (or 0xF13C18) is known color: Orange Red. HEX triplet: F1, 3C and 18. RGB value is (241,60,24). Sum of RGB (Red+Green+Blue) = 241+60+24=325 (43% of max value = 765). Red value is 241 (94.53% from 255 or 74.15% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 24 (9.77% from 255 or 7.38% from 325); Max value from RGB is 241 - color contains mainly: red. Hex color #F13C18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13C18 is #0EC3E7. Grayscale: #6E6E6E. Windows color (decimal): -967656 or 1588465. OLE color: 1588465.

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

Color convert

RGB 241 60 24 -
CMYK 0 0.75 0.90 0.05
HSL 9.95º 0.89% 0.52% -
HSV(B) 9.95º 0.9% 0.95% -
XYZ 38.06 22 3.1 -
YUV 110.02 79.47 221.43 -
System Red Green Blue C M Y K H S L
Decimal 241 60 24 0 0.75 0.90 0.05 9.95 0.89 0.52
Hex F1 3C 18 0 4B 5A 5 A 59 34
Octal 361 74 30 0 113 132 5 12 131 64
Binary 11110001 111100 11000 0 1001011 1011010 101 1010 1011001 110100

Color Harmonies of #F13C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13C18

Black with #F13C18

Text Example


Text Example

White with #F13C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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