Html Css Color HEX #F00039 Torch Red

📋 copy color: '#F00039'

red 240 ◦ green 0 ◦ blue 57

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

Shades of Torch Red #F00039

Tints of Torch Red #F00039

RGB

 RED value IS 240 (94.14% from 255) = 80.81%

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

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

R = 80.81%
G = 0%
B = 19.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#F00039 (or 0xF00039) is known color: Torch Red. HEX triplet: F0, 00 and 39. RGB value is (240,0,57). Sum of RGB (Red+Green+Blue) = 240+0+57=297 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.81% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 57 (22.66% from 255 or 19.19% from 297); Max value from RGB is 240 - color contains mainly: red. Hex color #F00039 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00039 is #0FFFC6. Grayscale: #4E4E4E. Windows color (decimal): -1048519 or 3735792. OLE color: 3735792.

HSL color Cylindrical-coordinate representation of color #F00039: hue angle of 345.75º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F00039 is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 0 57 -
CMYK 0 1 0.76 0.06
HSL 345.75º 1% 0.47% -
HSV(B) 345.75º 1% 0.94% -
XYZ 36.67 18.82 5.57 -
YUV 78.26 116.01 243.37 -
System Red Green Blue C M Y K H S L
Decimal 240 0 57 0 1 0.76 0.06 345.75 1 0.47
Hex F0 0 39 0 64 4C 6 15A 64 2F
Octal 360 0 71 0 144 114 6 532 144 57
Binary 11110000 0 111001 0 1100100 1001100 110 101011010 1100100 101111

Color Harmonies of #F00039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00039

Black with #F00039

Text Example


Text Example

White with #F00039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00039; }

 p { color: rgb(240,0,57); }

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

background-color css

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

 a { background-color: rgb(240,0,57); }

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

border-color css

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

 span { border-color: rgb(240,0,57); }

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