Html Css Color HEX #F13C24 Red Orange

📋 copy color: '#F13C24'

red 241 ◦ green 60 ◦ blue 36

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

Shades of Red Orange #F13C24

Tints of Red Orange #F13C24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.68%

R = 71.51%
G = 17.8%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F13C24 (or 0xF13C24) is known color: Red Orange. HEX triplet: F1, 3C and 24. RGB value is (241,60,36). Sum of RGB (Red+Green+Blue) = 241+60+36=337 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.51% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 36 (14.45% from 255 or 10.68% from 337); Max value from RGB is 241 - color contains mainly: red. Hex color #F13C24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13C24 is #0EC3DB. Grayscale: #6F6F6F. Windows color (decimal): -967644 or 2374897. OLE color: 2374897.

HSL color Cylindrical-coordinate representation of color #F13C24: hue angle of 7.02º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F13C24 is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 60 36 -
CMYK 0 0.75 0.85 0.05
HSL 7.02º 0.88% 0.54% -
HSV(B) 7.02º 0.85% 0.95% -
XYZ 38.21 22.06 3.91 -
YUV 111.38 85.47 220.45 -
System Red Green Blue C M Y K H S L
Decimal 241 60 36 0 0.75 0.85 0.05 7.02 0.88 0.54
Hex F1 3C 24 0 4B 55 5 7 58 36
Octal 361 74 44 0 113 125 5 7 130 66
Binary 11110001 111100 100100 0 1001011 1010101 101 111 1011000 110110

Color Harmonies of #F13C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13C24

Black with #F13C24

Text Example


Text Example

White with #F13C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13C24; }

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

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

background-color css

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

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

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

border-color css

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

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

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