Html Css Color HEX #F13F17 Orange Red

📋 copy color: '#F13F17'

red 241 ◦ green 63 ◦ blue 23

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

Shades of Orange Red #F13F17

Tints of Orange Red #F13F17

RGB

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

 GREEN value IS 63 (25% from 255) = 19.27%

 BLUE value IS 23 (9.38% from 255) = 7.03%

R = 73.7%
G = 19.27%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F13F17 (or 0xF13F17) is known color: Orange Red. HEX triplet: F1, 3F and 17. RGB value is (241,63,23). Sum of RGB (Red+Green+Blue) = 241+63+23=327 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.70% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 23 (9.38% from 255 or 7.03% from 327); Max value from RGB is 241 - color contains mainly: red. Hex color #F13F17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13F17 is #0EC0E8. Grayscale: #707070. Windows color (decimal): -966889 or 1523697. OLE color: 1523697.

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

Color convert

RGB 241 63 23 -
CMYK 0 0.74 0.90 0.05
HSL 11.01º 0.89% 0.52% -
HSV(B) 11.01º 0.9% 0.95% -
XYZ 38.21 22.32 3.1 -
YUV 111.66 77.97 220.25 -
System Red Green Blue C M Y K H S L
Decimal 241 63 23 0 0.74 0.90 0.05 11.01 0.89 0.52
Hex F1 3F 17 0 4A 5A 5 B 59 34
Octal 361 77 27 0 112 132 5 13 131 64
Binary 11110001 111111 10111 0 1001010 1011010 101 1011 1011001 110100

Color Harmonies of #F13F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13F17

Black with #F13F17

Text Example


Text Example

White with #F13F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13F17; }

 p { color: rgb(241,63,23); }

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

background-color css

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

 a { background-color: rgb(241,63,23); }

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

border-color css

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

 span { border-color: rgb(241,63,23); }

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