Html Css Color HEX #F0041B Torch Red

📋 copy color: '#F0041B'

red 240 ◦ green 4 ◦ blue 27

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

Shades of Torch Red #F0041B

Tints of Torch Red #F0041B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.48%

 BLUE value IS 27 (10.94% from 255) = 9.96%

R = 88.56%
G = 1.48%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0041B (or 0xF0041B) is known color: Torch Red. HEX triplet: F0, 04 and 1B. RGB value is (240,4,27). Sum of RGB (Red+Green+Blue) = 240+4+27=271 (35% of max value = 765). Red value is 240 (94.14% from 255 or 88.56% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 27 (10.94% from 255 or 9.96% from 271); Max value from RGB is 240 - color contains mainly: red. Hex color #F0041B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0041B is #0FFBE4. Grayscale: #4D4D4D. Windows color (decimal): -1047525 or 1770736. OLE color: 1770736.

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

Color convert

RGB 240 4 27 -
CMYK 0 0.98 0.89 0.06
HSL 354.15º 0.97% 0.48% -
HSV(B) 354.15º 0.98% 0.94% -
XYZ 36.18 18.69 2.74 -
YUV 77.19 99.69 244.13 -
System Red Green Blue C M Y K H S L
Decimal 240 4 27 0 0.98 0.89 0.06 354.15 0.97 0.48
Hex F0 4 1B 0 62 59 6 162 61 30
Octal 360 4 33 0 142 131 6 542 141 60
Binary 11110000 100 11011 0 1100010 1011001 110 101100010 1100001 110000

Color Harmonies of #F0041B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0041B

Black with #F0041B

Text Example


Text Example

White with #F0041B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0041B; }

 p { color: rgb(240,4,27); }

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

background-color css

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

 a { background-color: rgb(240,4,27); }

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

border-color css

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

 span { border-color: rgb(240,4,27); }

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