Html Css Color HEX #F00113 Torch Red

📋 copy color: '#F00113'

red 240 ◦ green 1 ◦ blue 19

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

Shades of Torch Red #F00113

Tints of Torch Red #F00113

RGB

 RED value IS 240 (94.14% from 255) = 92.31%

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 92.31%
G = 0.38%
B = 7.31%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F00113 (or 0xF00113) is known color: Torch Red. HEX triplet: F0, 01 and 13. RGB value is (240,1,19). Sum of RGB (Red+Green+Blue) = 240+1+19=260 (34% of max value = 765). Red value is 240 (94.14% from 255 or 92.31% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 240 - color contains mainly: red. Hex color #F00113 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00113 is #0FFEEC. Grayscale: #4A4A4A. Windows color (decimal): -1048301 or 1245680. OLE color: 1245680.

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

Color convert

RGB 240 1 19 -
CMYK 0 1.00 0.92 0.06
HSL 355.48º 0.99% 0.47% -
HSV(B) 355.48º 1% 0.94% -
XYZ 36.06 18.59 2.3 -
YUV 74.51 96.68 246.04 -
System Red Green Blue C M Y K H S L
Decimal 240 1 19 0 1.00 0.92 0.06 355.48 0.99 0.47
Hex F0 1 13 0 64 5C 6 163 63 2F
Octal 360 1 23 0 144 134 6 543 143 57
Binary 11110000 1 10011 0 1100100 1011100 110 101100011 1100011 101111

Color Harmonies of #F00113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00113

Black with #F00113

Text Example


Text Example

White with #F00113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00113; }

 p { color: rgb(240,1,19); }

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

background-color css

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

 a { background-color: rgb(240,1,19); }

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

border-color css

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

 span { border-color: rgb(240,1,19); }

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