Html Css Color HEX #F00537 Torch Red

📋 copy color: '#F00537'

red 240 ◦ green 5 ◦ blue 55

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

Shades of Torch Red #F00537

Tints of Torch Red #F00537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.33%

R = 80%
G = 1.67%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#F00537 (or 0xF00537) is known color: Torch Red. HEX triplet: F0, 05 and 37. RGB value is (240,5,55). Sum of RGB (Red+Green+Blue) = 240+5+55=300 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 55 (21.88% from 255 or 18.33% from 300); Max value from RGB is 240 - color contains mainly: red. Hex color #F00537 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00537 is #0FFAC8. Grayscale: #515151. Windows color (decimal): -1047241 or 3606000. OLE color: 3606000.

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

Color convert

RGB 240 5 55 -
CMYK 0 0.98 0.77 0.06
HSL 347.23º 0.96% 0.48% -
HSV(B) 347.23º 0.98% 0.94% -
XYZ 36.68 18.91 5.33 -
YUV 80.97 113.36 241.43 -
System Red Green Blue C M Y K H S L
Decimal 240 5 55 0 0.98 0.77 0.06 347.23 0.96 0.48
Hex F0 5 37 0 62 4D 6 15B 60 30
Octal 360 5 67 0 142 115 6 533 140 60
Binary 11110000 101 110111 0 1100010 1001101 110 101011011 1100000 110000

Color Harmonies of #F00537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00537

Black with #F00537

Text Example


Text Example

White with #F00537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00537; }

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

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

background-color css

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

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

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

border-color css

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

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

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