Html Css Color HEX #F4103A Torch Red

📋 copy color: '#F4103A'

red 244 ◦ green 16 ◦ blue 58

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

Shades of Torch Red #F4103A

Tints of Torch Red #F4103A

RGB

 RED value IS 244 (95.7% from 255) = 76.73%

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

 BLUE value IS 58 (23.05% from 255) = 18.24%

R = 76.73%
G = 5.03%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F4103A (or 0xF4103A) is known color: Torch Red. HEX triplet: F4, 10 and 3A. RGB value is (244,16,58). Sum of RGB (Red+Green+Blue) = 244+16+58=318 (42% of max value = 765). Red value is 244 (95.70% from 255 or 76.73% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 244 - color contains mainly: red. Hex color #F4103A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4103A is #0BEFC5. Grayscale: #595959. Windows color (decimal): -782278 or 3805428. OLE color: 3805428.

HSL color Cylindrical-coordinate representation of color #F4103A: hue angle of 348.95º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F4103A is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 16 58 -
CMYK 0 0.93 0.76 0.04
HSL 348.95º 0.91% 0.51% -
HSV(B) 348.95º 0.93% 0.96% -
XYZ 38.26 19.91 5.83 -
YUV 88.96 110.54 238.58 -
System Red Green Blue C M Y K H S L
Decimal 244 16 58 0 0.93 0.76 0.04 348.95 0.91 0.51
Hex F4 10 3A 0 5D 4C 4 15D 5B 33
Octal 364 20 72 0 135 114 4 535 133 63
Binary 11110100 10000 111010 0 1011101 1001100 100 101011101 1011011 110011

Color Harmonies of #F4103A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4103A

Black with #F4103A

Text Example


Text Example

White with #F4103A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4103A; }

 p { color: rgb(244,16,58); }

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

background-color css

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

 a { background-color: rgb(244,16,58); }

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

border-color css

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

 span { border-color: rgb(244,16,58); }

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