Html Css Color HEX #F10414 Torch Red

📋 copy color: '#F10414'

red 241 ◦ green 4 ◦ blue 20

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

Shades of Torch Red #F10414

Tints of Torch Red #F10414

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.51%

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

R = 90.94%
G = 1.51%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F10414 (or 0xF10414) is known color: Torch Red. HEX triplet: F1, 04 and 14. RGB value is (241,4,20). Sum of RGB (Red+Green+Blue) = 241+4+20=265 (35% of max value = 765). Red value is 241 (94.53% from 255 or 90.94% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 241 - color contains mainly: red. Hex color #F10414 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10414 is #0EFBEB. Grayscale: #4C4C4C. Windows color (decimal): -981996 or 1311985. OLE color: 1311985.

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

Color convert

RGB 241 4 20 -
CMYK 0 0.98 0.92 0.05
HSL 355.95º 0.97% 0.48% -
HSV(B) 355.95º 0.98% 0.95% -
XYZ 36.45 18.84 2.38 -
YUV 76.69 96.02 245.2 -
System Red Green Blue C M Y K H S L
Decimal 241 4 20 0 0.98 0.92 0.05 355.95 0.97 0.48
Hex F1 4 14 0 62 5C 5 164 61 30
Octal 361 4 24 0 142 134 5 544 141 60
Binary 11110001 100 10100 0 1100010 1011100 101 101100100 1100001 110000

Color Harmonies of #F10414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10414

Black with #F10414

Text Example


Text Example

White with #F10414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10414; }

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

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

background-color css

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

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

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

border-color css

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

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

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