Html Css Color HEX #F0041C Torch Red

📋 copy color: '#F0041C'

red 240 ◦ green 4 ◦ blue 28

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

Shades of Torch Red #F0041C

Tints of Torch Red #F0041C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.29%

R = 88.24%
G = 1.47%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0041C (or 0xF0041C) is known color: Torch Red. HEX triplet: F0, 04 and 1C. RGB value is (240,4,28). Sum of RGB (Red+Green+Blue) = 240+4+28=272 (36% of max value = 765). Red value is 240 (94.14% from 255 or 88.24% from 272); Green value is 4 (1.95% from 255 or 1.47% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 240 - color contains mainly: red. Hex color #F0041C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0041C is #0FFBE3. Grayscale: #4D4D4D. Windows color (decimal): -1047524 or 1836272. OLE color: 1836272.

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

Color convert

RGB 240 4 28 -
CMYK 0 0.98 0.88 0.06
HSL 353.9º 0.97% 0.48% -
HSV(B) 353.9º 0.98% 0.94% -
XYZ 36.19 18.7 2.8 -
YUV 77.3 100.19 244.05 -
System Red Green Blue C M Y K H S L
Decimal 240 4 28 0 0.98 0.88 0.06 353.9 0.97 0.48
Hex F0 4 1C 0 62 58 6 162 61 30
Octal 360 4 34 0 142 130 6 542 141 60
Binary 11110000 100 11100 0 1100010 1011000 110 101100010 1100001 110000

Color Harmonies of #F0041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0041C

Black with #F0041C

Text Example


Text Example

White with #F0041C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0041C; }

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

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

background-color css

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

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

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

border-color css

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

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

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