Html Css Color HEX #F10412 Torch Red

📋 copy color: '#F10412'

red 241 ◦ green 4 ◦ blue 18

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

Shades of Torch Red #F10412

Tints of Torch Red #F10412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.84%

R = 91.63%
G = 1.52%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F10412 (or 0xF10412) is known color: Torch Red. HEX triplet: F1, 04 and 12. RGB value is (241,4,18). Sum of RGB (Red+Green+Blue) = 241+4+18=263 (34% of max value = 765). Red value is 241 (94.53% from 255 or 91.63% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 241 - color contains mainly: red. Hex color #F10412 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10412 is #0EFBED. Grayscale: #4C4C4C. Windows color (decimal): -981998 or 1180913. OLE color: 1180913.

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

Color convert

RGB 241 4 18 -
CMYK 0 0.98 0.93 0.05
HSL 356.46º 0.97% 0.48% -
HSV(B) 356.46º 0.98% 0.95% -
XYZ 36.43 18.83 2.29 -
YUV 76.46 95.02 245.36 -
System Red Green Blue C M Y K H S L
Decimal 241 4 18 0 0.98 0.93 0.05 356.46 0.97 0.48
Hex F1 4 12 0 62 5D 5 164 61 30
Octal 361 4 22 0 142 135 5 544 141 60
Binary 11110001 100 10010 0 1100010 1011101 101 101100100 1100001 110000

Color Harmonies of #F10412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10412

Black with #F10412

Text Example


Text Example

White with #F10412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10412; }

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

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

background-color css

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

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

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

border-color css

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

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

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