Html Css Color HEX #F40339 Torch Red

📋 copy color: '#F40339'

red 244 ◦ green 3 ◦ blue 57

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

Shades of Torch Red #F40339

Tints of Torch Red #F40339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.75%

R = 80.26%
G = 0.99%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.04

RGB Variations

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

Color information

#F40339 (or 0xF40339) is known color: Torch Red. HEX triplet: F4, 03 and 39. RGB value is (244,3,57). Sum of RGB (Red+Green+Blue) = 244+3+57=304 (40% of max value = 765). Red value is 244 (95.70% from 255 or 80.26% from 304); Green value is 3 (1.56% from 255 or 0.99% from 304); Blue value is 57 (22.66% from 255 or 18.75% from 304); Max value from RGB is 244 - color contains mainly: red. Hex color #F40339 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40339 is #0BFCC6. Grayscale: #515151. Windows color (decimal): -785607 or 3736564. OLE color: 3736564.

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

Color convert

RGB 244 3 57 -
CMYK 0 0.99 0.77 0.04
HSL 346.56º 0.98% 0.48% -
HSV(B) 346.56º 0.99% 0.96% -
XYZ 38.08 19.59 5.65 -
YUV 81.22 114.34 244.11 -
System Red Green Blue C M Y K H S L
Decimal 244 3 57 0 0.99 0.77 0.04 346.56 0.98 0.48
Hex F4 3 39 0 63 4D 4 15B 62 30
Octal 364 3 71 0 143 115 4 533 142 60
Binary 11110100 11 111001 0 1100011 1001101 100 101011011 1100010 110000

Color Harmonies of #F40339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40339

Black with #F40339

Text Example


Text Example

White with #F40339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40339; }

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

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

background-color css

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

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

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

border-color css

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

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

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