Html Css Color HEX #F4002F Torch Red

📋 copy color: '#F4002F'

red 244 ◦ green 0 ◦ blue 47

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

Shades of Torch Red #F4002F

Tints of Torch Red #F4002F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 83.85%
G = 0%
B = 16.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F4002F (or 0xF4002F) is known color: Torch Red. HEX triplet: F4, 00 and 2F. RGB value is (244,0,47). Sum of RGB (Red+Green+Blue) = 244+0+47=291 (38% of max value = 765). Red value is 244 (95.70% from 255 or 83.85% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 244 - color contains mainly: red. Hex color #F4002F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4002F is #0BFFD0. Grayscale: #4E4E4E. Windows color (decimal): -786385 or 3080436. OLE color: 3080436.

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

Color convert

RGB 244 0 47 -
CMYK 0 1 0.81 0.04
HSL 348.44º 1% 0.48% -
HSV(B) 348.44º 1% 0.96% -
XYZ 37.82 19.44 4.45 -
YUV 78.31 110.34 246.18 -
System Red Green Blue C M Y K H S L
Decimal 244 0 47 0 1 0.81 0.04 348.44 1 0.48
Hex F4 0 2F 0 64 51 4 15C 64 30
Octal 364 0 57 0 144 121 4 534 144 60
Binary 11110100 0 101111 0 1100100 1010001 100 101011100 1100100 110000

Color Harmonies of #F4002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4002F

Black with #F4002F

Text Example


Text Example

White with #F4002F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4002F; }

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

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

background-color css

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

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

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

border-color css

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

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

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