Html Css Color HEX #F0041A Torch Red

📋 copy color: '#F0041A'

red 240 ◦ green 4 ◦ blue 26

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

Shades of Torch Red #F0041A

Tints of Torch Red #F0041A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.63%

R = 88.89%
G = 1.48%
B = 9.63%

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

#F0041A (or 0xF0041A) is known color: Torch Red. HEX triplet: F0, 04 and 1A. RGB value is (240,4,26). Sum of RGB (Red+Green+Blue) = 240+4+26=270 (35% of max value = 765). Red value is 240 (94.14% from 255 or 88.89% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 240 - color contains mainly: red. Hex color #F0041A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0041A is #0FFBE5. Grayscale: #4D4D4D. Windows color (decimal): -1047526 or 1705200. OLE color: 1705200.

HSL color Cylindrical-coordinate representation of color #F0041A: hue angle of 354.41º 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 #F0041A is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 4 26 -
CMYK 0 0.98 0.89 0.06
HSL 354.41º 0.97% 0.48% -
HSV(B) 354.41º 0.98% 0.94% -
XYZ 36.17 18.69 2.68 -
YUV 77.07 99.19 244.21 -
System Red Green Blue C M Y K H S L
Decimal 240 4 26 0 0.98 0.89 0.06 354.41 0.97 0.48
Hex F0 4 1A 0 62 59 6 162 61 30
Octal 360 4 32 0 142 131 6 542 141 60
Binary 11110000 100 11010 0 1100010 1011001 110 101100010 1100001 110000

Color Harmonies of #F0041A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0041A

Black with #F0041A

Text Example


Text Example

White with #F0041A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0041A; }

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

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

background-color css

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

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

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

border-color css

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

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

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