Html Css Color HEX #F0003E Torch Red

📋 copy color: '#F0003E'

red 240 ◦ green 0 ◦ blue 62

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

Shades of Torch Red #F0003E

Tints of Torch Red #F0003E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.53%

R = 79.47%
G = 0%
B = 20.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#F0003E (or 0xF0003E) is known color: Torch Red. HEX triplet: F0, 00 and 3E. RGB value is (240,0,62). Sum of RGB (Red+Green+Blue) = 240+0+62=302 (40% of max value = 765). Red value is 240 (94.14% from 255 or 79.47% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 240 - color contains mainly: red. Hex color #F0003E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0003E is #0FFFC1. Grayscale: #4E4E4E. Windows color (decimal): -1048514 or 4063472. OLE color: 4063472.

HSL color Cylindrical-coordinate representation of color #F0003E: hue angle of 344.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 #F0003E is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 0 62 -
CMYK 0 1 0.74 0.06
HSL 344.5º 1% 0.47% -
HSV(B) 344.5º 1% 0.94% -
XYZ 36.8 18.87 6.26 -
YUV 78.83 118.51 242.96 -
System Red Green Blue C M Y K H S L
Decimal 240 0 62 0 1 0.74 0.06 344.5 1 0.47
Hex F0 0 3E 0 64 4A 6 158 64 2F
Octal 360 0 76 0 144 112 6 530 144 57
Binary 11110000 0 111110 0 1100100 1001010 110 101011000 1100100 101111

Color Harmonies of #F0003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0003E

Black with #F0003E

Text Example


Text Example

White with #F0003E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0003E; }

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

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

background-color css

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

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

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

border-color css

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

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

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