Html Css Color HEX #F0002E Torch Red

📋 copy color: '#F0002E'

red 240 ◦ green 0 ◦ blue 46

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

Shades of Torch Red #F0002E

Tints of Torch Red #F0002E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.08%

R = 83.92%
G = 0%
B = 16.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F0002E (or 0xF0002E) is known color: Torch Red. HEX triplet: F0, 00 and 2E. RGB value is (240,0,46). Sum of RGB (Red+Green+Blue) = 240+0+46=286 (37% of max value = 765). Red value is 240 (94.14% from 255 or 83.92% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 46 (18.36% from 255 or 16.08% from 286); Max value from RGB is 240 - color contains mainly: red. Hex color #F0002E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0002E is #0FFFD1. Grayscale: #4D4D4D. Windows color (decimal): -1048530 or 3014896. OLE color: 3014896.

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

Color convert

RGB 240 0 46 -
CMYK 0 1 0.81 0.06
HSL 348.5º 1% 0.47% -
HSV(B) 348.5º 1% 0.94% -
XYZ 36.43 18.72 4.28 -
YUV 77 110.51 244.26 -
System Red Green Blue C M Y K H S L
Decimal 240 0 46 0 1 0.81 0.06 348.5 1 0.47
Hex F0 0 2E 0 64 51 6 15C 64 2F
Octal 360 0 56 0 144 121 6 534 144 57
Binary 11110000 0 101110 0 1100100 1010001 110 101011100 1100100 101111

Color Harmonies of #F0002E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0002E

Black with #F0002E

Text Example


Text Example

White with #F0002E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0002E; }

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

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

background-color css

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

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

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

border-color css

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

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

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