Html Css Color HEX #F4030F Torch Red

📋 copy color: '#F4030F'

red 244 ◦ green 3 ◦ blue 15

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

Shades of Torch Red #F4030F

Tints of Torch Red #F4030F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.73%

R = 93.13%
G = 1.15%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F4030F (or 0xF4030F) is known color: Torch Red. HEX triplet: F4, 03 and 0F. RGB value is (244,3,15). Sum of RGB (Red+Green+Blue) = 244+3+15=262 (34% of max value = 765). Red value is 244 (95.70% from 255 or 93.13% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 15 (6.25% from 255 or 5.73% from 262); Max value from RGB is 244 - color contains mainly: red. Hex color #F4030F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F4030F is #0BFCF0. Grayscale: #4C4C4C. Windows color (decimal): -785649 or 984052. OLE color: 984052.

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

Color convert

RGB 244 3 15 -
CMYK 0 0.99 0.94 0.04
HSL 357.01º 0.98% 0.48% -
HSV(B) 357.01º 0.99% 0.96% -
XYZ 37.43 19.33 2.21 -
YUV 76.43 93.34 247.52 -
System Red Green Blue C M Y K H S L
Decimal 244 3 15 0 0.99 0.94 0.04 357.01 0.98 0.48
Hex F4 3 F 0 63 5E 4 165 62 30
Octal 364 3 17 0 143 136 4 545 142 60
Binary 11110100 11 1111 0 1100011 1011110 100 101100101 1100010 110000

Color Harmonies of #F4030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4030F

Black with #F4030F

Text Example


Text Example

White with #F4030F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4030F; }

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

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

background-color css

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

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

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

border-color css

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

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

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