Html Css Color HEX #F4012D Torch Red

📋 copy color: '#F4012D'

red 244 ◦ green 1 ◦ blue 45

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

Shades of Torch Red #F4012D

Tints of Torch Red #F4012D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.52%

R = 84.14%
G = 0.34%
B = 15.52%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F4012D (or 0xF4012D) is known color: Torch Red. HEX triplet: F4, 01 and 2D. RGB value is (244,1,45). Sum of RGB (Red+Green+Blue) = 244+1+45=290 (38% of max value = 765). Red value is 244 (95.70% from 255 or 84.14% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 244 - color contains mainly: red. Hex color #F4012D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4012D is #0BFED2. Grayscale: #4E4E4E. Windows color (decimal): -786131 or 2949620. OLE color: 2949620.

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

Color convert

RGB 244 1 45 -
CMYK 0 1.00 0.82 0.04
HSL 349.14º 0.99% 0.48% -
HSV(B) 349.14º 1% 0.96% -
XYZ 37.79 19.44 4.24 -
YUV 78.67 109.01 245.92 -
System Red Green Blue C M Y K H S L
Decimal 244 1 45 0 1.00 0.82 0.04 349.14 0.99 0.48
Hex F4 1 2D 0 64 52 4 15D 63 30
Octal 364 1 55 0 144 122 4 535 143 60
Binary 11110100 1 101101 0 1100100 1010010 100 101011101 1100011 110000

Color Harmonies of #F4012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4012D

Black with #F4012D

Text Example


Text Example

White with #F4012D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4012D; }

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

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

background-color css

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

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

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

border-color css

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

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

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