Html Css Color HEX #F00420 Torch Red

📋 copy color: '#F00420'

red 240 ◦ green 4 ◦ blue 32

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

Shades of Torch Red #F00420

Tints of Torch Red #F00420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.59%

R = 86.96%
G = 1.45%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F00420 (or 0xF00420) is known color: Torch Red. HEX triplet: F0, 04 and 20. RGB value is (240,4,32). Sum of RGB (Red+Green+Blue) = 240+4+32=276 (36% of max value = 765). Red value is 240 (94.14% from 255 or 86.96% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 240 - color contains mainly: red. Hex color #F00420 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00420 is #0FFBDF. Grayscale: #4D4D4D. Windows color (decimal): -1047520 or 2098416. OLE color: 2098416.

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

Color convert

RGB 240 4 32 -
CMYK 0 0.98 0.87 0.06
HSL 352.88º 0.97% 0.48% -
HSV(B) 352.88º 0.98% 0.94% -
XYZ 36.24 18.72 3.07 -
YUV 77.76 102.19 243.72 -
System Red Green Blue C M Y K H S L
Decimal 240 4 32 0 0.98 0.87 0.06 352.88 0.97 0.48
Hex F0 4 20 0 62 57 6 161 61 30
Octal 360 4 40 0 142 127 6 541 141 60
Binary 11110000 100 100000 0 1100010 1010111 110 101100001 1100001 110000

Color Harmonies of #F00420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00420

Black with #F00420

Text Example


Text Example

White with #F00420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00420; }

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

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

background-color css

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

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

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

border-color css

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

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

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