Html Css Color HEX #F10013 Torch Red

📋 copy color: '#F10013'

red 241 ◦ green 0 ◦ blue 19

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

Shades of Torch Red #F10013

Tints of Torch Red #F10013

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 19 (7.81% from 255) = 7.31%

R = 92.69%
G = 0%
B = 7.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F10013 (or 0xF10013) is known color: Torch Red. HEX triplet: F1, 00 and 13. RGB value is (241,0,19). Sum of RGB (Red+Green+Blue) = 241+0+19=260 (34% of max value = 765). Red value is 241 (94.53% from 255 or 92.69% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 241 - color contains mainly: red. Hex color #F10013 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10013 is #0EFFEC. Grayscale: #4A4A4A. Windows color (decimal): -983021 or 1245425. OLE color: 1245425.

HSL color Cylindrical-coordinate representation of color #F10013: hue angle of 355.27º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F10013 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 0 19 -
CMYK 0 1 0.92 0.05
HSL 355.27º 1% 0.47% -
HSV(B) 355.27º 1% 0.95% -
XYZ 36.39 18.75 2.32 -
YUV 74.23 96.84 246.96 -
System Red Green Blue C M Y K H S L
Decimal 241 0 19 0 1 0.92 0.05 355.27 1 0.47
Hex F1 0 13 0 64 5C 5 163 64 2F
Octal 361 0 23 0 144 134 5 543 144 57
Binary 11110001 0 10011 0 1100100 1011100 101 101100011 1100100 101111

Color Harmonies of #F10013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10013

Black with #F10013

Text Example


Text Example

White with #F10013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10013; }

 p { color: rgb(241,0,19); }

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

background-color css

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

 a { background-color: rgb(241,0,19); }

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

border-color css

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

 span { border-color: rgb(241,0,19); }

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