Html Css Color HEX #F4101C Torch Red

📋 copy color: '#F4101C'

red 244 ◦ green 16 ◦ blue 28

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

Shades of Torch Red #F4101C

Tints of Torch Red #F4101C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.72%

R = 84.72%
G = 5.56%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F4101C (or 0xF4101C) is known color: Torch Red. HEX triplet: F4, 10 and 1C. RGB value is (244,16,28). Sum of RGB (Red+Green+Blue) = 244+16+28=288 (38% of max value = 765). Red value is 244 (95.70% from 255 or 84.72% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 28 (11.33% from 255 or 9.72% from 288); Max value from RGB is 244 - color contains mainly: red. Hex color #F4101C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4101C is #0BEFE3. Grayscale: #555555. Windows color (decimal): -782308 or 1839348. OLE color: 1839348.

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

Color convert

RGB 244 16 28 -
CMYK 0 0.93 0.89 0.04
HSL 356.84º 0.91% 0.51% -
HSV(B) 356.84º 0.93% 0.96% -
XYZ 37.7 19.69 2.91 -
YUV 85.54 95.54 241.02 -
System Red Green Blue C M Y K H S L
Decimal 244 16 28 0 0.93 0.89 0.04 356.84 0.91 0.51
Hex F4 10 1C 0 5D 59 4 165 5B 33
Octal 364 20 34 0 135 131 4 545 133 63
Binary 11110100 10000 11100 0 1011101 1011001 100 101100101 1011011 110011

Color Harmonies of #F4101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4101C

Black with #F4101C

Text Example


Text Example

White with #F4101C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4101C; }

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

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

background-color css

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

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

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

border-color css

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

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

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