Html Css Color HEX #F0003A Torch Red

📋 copy color: '#F0003A'

red 240 ◦ green 0 ◦ blue 58

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

Shades of Torch Red #F0003A

Tints of Torch Red #F0003A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 58 (23.05% from 255) = 19.46%

R = 80.54%
G = 0%
B = 19.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#F0003A (or 0xF0003A) is known color: Torch Red. HEX triplet: F0, 00 and 3A. RGB value is (240,0,58). Sum of RGB (Red+Green+Blue) = 240+0+58=298 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.54% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 240 - color contains mainly: red. Hex color #F0003A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0003A is #0FFFC5. Grayscale: #4E4E4E. Windows color (decimal): -1048518 or 3801328. OLE color: 3801328.

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

Color convert

RGB 240 0 58 -
CMYK 0 1 0.76 0.06
HSL 345.5º 1% 0.47% -
HSV(B) 345.5º 1% 0.94% -
XYZ 36.7 18.83 5.7 -
YUV 78.37 116.51 243.28 -
System Red Green Blue C M Y K H S L
Decimal 240 0 58 0 1 0.76 0.06 345.5 1 0.47
Hex F0 0 3A 0 64 4C 6 15A 64 2F
Octal 360 0 72 0 144 114 6 532 144 57
Binary 11110000 0 111010 0 1100100 1001100 110 101011010 1100100 101111

Color Harmonies of #F0003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0003A

Black with #F0003A

Text Example


Text Example

White with #F0003A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0003A; }

 p { color: rgb(240,0,58); }

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

background-color css

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

 a { background-color: rgb(240,0,58); }

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

border-color css

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

 span { border-color: rgb(240,0,58); }

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