Html Css Color HEX #F10D14 Torch Red

📋 copy color: '#F10D14'

red 241 ◦ green 13 ◦ blue 20

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

Shades of Torch Red #F10D14

Tints of Torch Red #F10D14

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.74%

 BLUE value IS 20 (8.2% from 255) = 7.3%

R = 87.96%
G = 4.74%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F10D14 (or 0xF10D14) is known color: Torch Red. HEX triplet: F1, 0D and 14. RGB value is (241,13,20). Sum of RGB (Red+Green+Blue) = 241+13+20=274 (36% of max value = 765). Red value is 241 (94.53% from 255 or 87.96% from 274); Green value is 13 (5.47% from 255 or 4.74% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 241 - color contains mainly: red. Hex color #F10D14 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10D14 is #0EF2EB. Grayscale: #525252. Windows color (decimal): -979692 or 1314289. OLE color: 1314289.

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

Color convert

RGB 241 13 20 -
CMYK 0 0.95 0.92 0.05
HSL 358.16º 0.9% 0.5% -
HSV(B) 358.16º 0.95% 0.95% -
XYZ 36.55 19.04 2.41 -
YUV 81.97 93.04 241.43 -
System Red Green Blue C M Y K H S L
Decimal 241 13 20 0 0.95 0.92 0.05 358.16 0.9 0.5
Hex F1 D 14 0 5F 5C 5 166 5A 32
Octal 361 15 24 0 137 134 5 546 132 62
Binary 11110001 1101 10100 0 1011111 1011100 101 101100110 1011010 110010

Color Harmonies of #F10D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10D14

Black with #F10D14

Text Example


Text Example

White with #F10D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10D14; }

 p { color: rgb(241,13,20); }

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

background-color css

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

 a { background-color: rgb(241,13,20); }

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

border-color css

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

 span { border-color: rgb(241,13,20); }

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