Html Css Color HEX #F00237 Torch Red

📋 copy color: '#F00237'

red 240 ◦ green 2 ◦ blue 55

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

Shades of Torch Red #F00237

Tints of Torch Red #F00237

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

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

R = 80.81%
G = 0.67%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#F00237 (or 0xF00237) is known color: Torch Red. HEX triplet: F0, 02 and 37. RGB value is (240,2,55). Sum of RGB (Red+Green+Blue) = 240+2+55=297 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.81% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 55 (21.88% from 255 or 18.52% from 297); Max value from RGB is 240 - color contains mainly: red. Hex color #F00237 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00237 is #0FFDC8. Grayscale: #4F4F4F. Windows color (decimal): -1048009 or 3605232. OLE color: 3605232.

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

Color convert

RGB 240 2 55 -
CMYK 0 0.99 0.77 0.06
HSL 346.64º 0.98% 0.47% -
HSV(B) 346.64º 0.99% 0.94% -
XYZ 36.65 18.84 5.32 -
YUV 79.2 114.35 242.69 -
System Red Green Blue C M Y K H S L
Decimal 240 2 55 0 0.99 0.77 0.06 346.64 0.98 0.47
Hex F0 2 37 0 63 4D 6 15B 62 2F
Octal 360 2 67 0 143 115 6 533 142 57
Binary 11110000 10 110111 0 1100011 1001101 110 101011011 1100010 101111

Color Harmonies of #F00237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00237

Black with #F00237

Text Example


Text Example

White with #F00237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00237; }

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

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

background-color css

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

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

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

border-color css

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

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

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