Html Css Color HEX #F00539 Torch Red

📋 copy color: '#F00539'

red 240 ◦ green 5 ◦ blue 57

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

Shades of Torch Red #F00539

Tints of Torch Red #F00539

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.66%

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

R = 79.47%
G = 1.66%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#F00539 (or 0xF00539) is known color: Torch Red. HEX triplet: F0, 05 and 39. RGB value is (240,5,57). Sum of RGB (Red+Green+Blue) = 240+5+57=302 (40% of max value = 765). Red value is 240 (94.14% from 255 or 79.47% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 57 (22.66% from 255 or 18.87% from 302); Max value from RGB is 240 - color contains mainly: red. Hex color #F00539 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00539 is #0FFAC6. Grayscale: #515151. Windows color (decimal): -1047239 or 3737072. OLE color: 3737072.

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

Color convert

RGB 240 5 57 -
CMYK 0 0.98 0.76 0.06
HSL 346.72º 0.96% 0.48% -
HSV(B) 346.72º 0.98% 0.94% -
XYZ 36.73 18.93 5.59 -
YUV 81.19 114.36 241.27 -
System Red Green Blue C M Y K H S L
Decimal 240 5 57 0 0.98 0.76 0.06 346.72 0.96 0.48
Hex F0 5 39 0 62 4C 6 15B 60 30
Octal 360 5 71 0 142 114 6 533 140 60
Binary 11110000 101 111001 0 1100010 1001100 110 101011011 1100000 110000

Color Harmonies of #F00539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00539

Black with #F00539

Text Example


Text Example

White with #F00539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00539; }

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

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

background-color css

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

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

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

border-color css

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

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

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