Html Css Color HEX #F4032F Torch Red

📋 copy color: '#F4032F'

red 244 ◦ green 3 ◦ blue 47

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

Shades of Torch Red #F4032F

Tints of Torch Red #F4032F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.02%

 BLUE value IS 47 (18.75% from 255) = 15.99%

R = 82.99%
G = 1.02%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F4032F (or 0xF4032F) is known color: Torch Red. HEX triplet: F4, 03 and 2F. RGB value is (244,3,47). Sum of RGB (Red+Green+Blue) = 244+3+47=294 (38% of max value = 765). Red value is 244 (95.70% from 255 or 82.99% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 244 - color contains mainly: red. Hex color #F4032F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4032F is #0BFCD0. Grayscale: #505050. Windows color (decimal): -785617 or 3081204. OLE color: 3081204.

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

Color convert

RGB 244 3 47 -
CMYK 0 0.99 0.81 0.04
HSL 349.05º 0.98% 0.48% -
HSV(B) 349.05º 0.99% 0.96% -
XYZ 37.85 19.5 4.46 -
YUV 80.08 109.34 244.92 -
System Red Green Blue C M Y K H S L
Decimal 244 3 47 0 0.99 0.81 0.04 349.05 0.98 0.48
Hex F4 3 2F 0 63 51 4 15D 62 30
Octal 364 3 57 0 143 121 4 535 142 60
Binary 11110100 11 101111 0 1100011 1010001 100 101011101 1100010 110000

Color Harmonies of #F4032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4032F

Black with #F4032F

Text Example


Text Example

White with #F4032F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4032F; }

 p { color: rgb(244,3,47); }

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

background-color css

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

 a { background-color: rgb(244,3,47); }

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

border-color css

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

 span { border-color: rgb(244,3,47); }

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