Html Css Color HEX #F00536 Torch Red

📋 copy color: '#F00536'

red 240 ◦ green 5 ◦ blue 54

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

Shades of Torch Red #F00536

Tints of Torch Red #F00536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.06%

R = 80.27%
G = 1.67%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F00536 (or 0xF00536) is known color: Torch Red. HEX triplet: F0, 05 and 36. RGB value is (240,5,54). Sum of RGB (Red+Green+Blue) = 240+5+54=299 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.27% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 240 - color contains mainly: red. Hex color #F00536 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00536 is #0FFAC9. Grayscale: #505050. Windows color (decimal): -1047242 or 3540464. OLE color: 3540464.

HSL color Cylindrical-coordinate representation of color #F00536: hue angle of 347.49º 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 #F00536 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 5 54 -
CMYK 0 0.98 0.78 0.06
HSL 347.49º 0.96% 0.48% -
HSV(B) 347.49º 0.98% 0.94% -
XYZ 36.66 18.9 5.21 -
YUV 80.85 112.86 241.52 -
System Red Green Blue C M Y K H S L
Decimal 240 5 54 0 0.98 0.78 0.06 347.49 0.96 0.48
Hex F0 5 36 0 62 4E 6 15B 60 30
Octal 360 5 66 0 142 116 6 533 140 60
Binary 11110000 101 110110 0 1100010 1001110 110 101011011 1100000 110000

Color Harmonies of #F00536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00536

Black with #F00536

Text Example


Text Example

White with #F00536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00536; }

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

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

background-color css

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

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

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

border-color css

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

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

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