Html Css Color HEX #F00138 Torch Red

📋 copy color: '#F00138'

red 240 ◦ green 1 ◦ blue 56

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

Shades of Torch Red #F00138

Tints of Torch Red #F00138

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

 BLUE value IS 56 (22.27% from 255) = 18.86%

R = 80.81%
G = 0.34%
B = 18.86%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#F00138 (or 0xF00138) is known color: Torch Red. HEX triplet: F0, 01 and 38. RGB value is (240,1,56). Sum of RGB (Red+Green+Blue) = 240+1+56=297 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.81% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 56 (22.27% from 255 or 18.86% from 297); Max value from RGB is 240 - color contains mainly: red. Hex color #F00138 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00138 is #0FFEC7. Grayscale: #4E4E4E. Windows color (decimal): -1048264 or 3670512. OLE color: 3670512.

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

Color convert

RGB 240 1 56 -
CMYK 0 1.00 0.77 0.06
HSL 346.19º 0.99% 0.47% -
HSV(B) 346.19º 1% 0.94% -
XYZ 36.66 18.83 5.44 -
YUV 78.73 115.18 243.03 -
System Red Green Blue C M Y K H S L
Decimal 240 1 56 0 1.00 0.77 0.06 346.19 0.99 0.47
Hex F0 1 38 0 64 4D 6 15A 63 2F
Octal 360 1 70 0 144 115 6 532 143 57
Binary 11110000 1 111000 0 1100100 1001101 110 101011010 1100011 101111

Color Harmonies of #F00138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00138

Black with #F00138

Text Example


Text Example

White with #F00138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00138; }

 p { color: rgb(240,1,56); }

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

background-color css

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

 a { background-color: rgb(240,1,56); }

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

border-color css

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

 span { border-color: rgb(240,1,56); }

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