Html Css Color HEX #F4013E Torch Red

📋 copy color: '#F4013E'

red 244 ◦ green 1 ◦ blue 62

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

Shades of Torch Red #F4013E

Tints of Torch Red #F4013E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.2%

R = 79.48%
G = 0.33%
B = 20.2%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F4013E (or 0xF4013E) is known color: Torch Red. HEX triplet: F4, 01 and 3E. RGB value is (244,1,62). Sum of RGB (Red+Green+Blue) = 244+1+62=307 (40% of max value = 765). Red value is 244 (95.70% from 255 or 79.48% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 244 - color contains mainly: red. Hex color #F4013E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4013E is #0BFEC1. Grayscale: #505050. Windows color (decimal): -786114 or 4063732. OLE color: 4063732.

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

Color convert

RGB 244 1 62 -
CMYK 0 1.00 0.75 0.04
HSL 344.94º 0.99% 0.48% -
HSV(B) 344.94º 1% 0.96% -
XYZ 38.19 19.6 6.33 -
YUV 80.61 117.51 244.54 -
System Red Green Blue C M Y K H S L
Decimal 244 1 62 0 1.00 0.75 0.04 344.94 0.99 0.48
Hex F4 1 3E 0 64 4B 4 159 63 30
Octal 364 1 76 0 144 113 4 531 143 60
Binary 11110100 1 111110 0 1100100 1001011 100 101011001 1100011 110000

Color Harmonies of #F4013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4013E

Black with #F4013E

Text Example


Text Example

White with #F4013E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4013E; }

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

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

background-color css

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

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

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

border-color css

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

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

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