Html Css Color HEX #F4011C Torch Red

📋 copy color: '#F4011C'

red 244 ◦ green 1 ◦ blue 28

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

Shades of Torch Red #F4011C

Tints of Torch Red #F4011C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 89.38%
G = 0.37%
B = 10.26%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F4011C (or 0xF4011C) is known color: Torch Red. HEX triplet: F4, 01 and 1C. RGB value is (244,1,28). Sum of RGB (Red+Green+Blue) = 244+1+28=273 (36% of max value = 765). Red value is 244 (95.70% from 255 or 89.38% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 244 - color contains mainly: red. Hex color #F4011C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4011C is #0BFEE3. Grayscale: #4C4C4C. Windows color (decimal): -786148 or 1835508. OLE color: 1835508.

HSL color Cylindrical-coordinate representation of color #F4011C: hue angle of 353.33º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F4011C is Cyan = 0, Magento = 1.00, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 1 28 -
CMYK 0 1.00 0.89 0.04
HSL 353.33º 0.99% 0.48% -
HSV(B) 353.33º 1% 0.96% -
XYZ 37.53 19.34 2.85 -
YUV 76.74 100.51 247.3 -
System Red Green Blue C M Y K H S L
Decimal 244 1 28 0 1.00 0.89 0.04 353.33 0.99 0.48
Hex F4 1 1C 0 64 59 4 161 63 30
Octal 364 1 34 0 144 131 4 541 143 60
Binary 11110100 1 11100 0 1100100 1011001 100 101100001 1100011 110000

Color Harmonies of #F4011C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4011C

Black with #F4011C

Text Example


Text Example

White with #F4011C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4011C; }

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

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

background-color css

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

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

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

border-color css

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

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

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