Html Css Color HEX #F0031E Torch Red

📋 copy color: '#F0031E'

red 240 ◦ green 3 ◦ blue 30

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

Shades of Torch Red #F0031E

Tints of Torch Red #F0031E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.1%

 BLUE value IS 30 (12.11% from 255) = 10.99%

R = 87.91%
G = 1.1%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F0031E (or 0xF0031E) is known color: Torch Red. HEX triplet: F0, 03 and 1E. RGB value is (240,3,30). Sum of RGB (Red+Green+Blue) = 240+3+30=273 (36% of max value = 765). Red value is 240 (94.14% from 255 or 87.91% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 240 - color contains mainly: red. Hex color #F0031E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0031E is #0FFCE1. Grayscale: #4D4D4D. Windows color (decimal): -1047778 or 1967088. OLE color: 1967088.

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

Color convert

RGB 240 3 30 -
CMYK 0 0.99 0.87 0.06
HSL 353.16º 0.98% 0.48% -
HSV(B) 353.16º 0.99% 0.94% -
XYZ 36.2 18.68 2.93 -
YUV 76.94 101.52 244.3 -
System Red Green Blue C M Y K H S L
Decimal 240 3 30 0 0.99 0.87 0.06 353.16 0.98 0.48
Hex F0 3 1E 0 63 57 6 161 62 30
Octal 360 3 36 0 143 127 6 541 142 60
Binary 11110000 11 11110 0 1100011 1010111 110 101100001 1100010 110000

Color Harmonies of #F0031E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0031E

Black with #F0031E

Text Example


Text Example

White with #F0031E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0031E; }

 p { color: rgb(240,3,30); }

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

background-color css

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

 a { background-color: rgb(240,3,30); }

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

border-color css

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

 span { border-color: rgb(240,3,30); }

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