Html Css Color HEX #F1102A Torch Red

📋 copy color: '#F1102A'

red 241 ◦ green 16 ◦ blue 42

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

Shades of Torch Red #F1102A

Tints of Torch Red #F1102A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.35%

 BLUE value IS 42 (16.8% from 255) = 14.05%

R = 80.6%
G = 5.35%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F1102A (or 0xF1102A) is known color: Torch Red. HEX triplet: F1, 10 and 2A. RGB value is (241,16,42). Sum of RGB (Red+Green+Blue) = 241+16+42=299 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.60% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 241 - color contains mainly: red. Hex color #F1102A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1102A is #0EEFD5. Grayscale: #565656. Windows color (decimal): -978902 or 2756849. OLE color: 2756849.

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

Color convert

RGB 241 16 42 -
CMYK 0 0.93 0.83 0.05
HSL 353.07º 0.89% 0.5% -
HSV(B) 353.07º 0.93% 0.95% -
XYZ 36.88 19.24 3.96 -
YUV 86.24 103.04 238.39 -
System Red Green Blue C M Y K H S L
Decimal 241 16 42 0 0.93 0.83 0.05 353.07 0.89 0.5
Hex F1 10 2A 0 5D 53 5 161 59 32
Octal 361 20 52 0 135 123 5 541 131 62
Binary 11110001 10000 101010 0 1011101 1010011 101 101100001 1011001 110010

Color Harmonies of #F1102A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1102A

Black with #F1102A

Text Example


Text Example

White with #F1102A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1102A; }

 p { color: rgb(241,16,42); }

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

background-color css

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

 a { background-color: rgb(241,16,42); }

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

border-color css

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

 span { border-color: rgb(241,16,42); }

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