Html Css Color HEX #F00C20 Torch Red

📋 copy color: '#F00C20'

red 240 ◦ green 12 ◦ blue 32

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

Shades of Torch Red #F00C20

Tints of Torch Red #F00C20

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.23%

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

R = 84.51%
G = 4.23%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F00C20 (or 0xF00C20) is known color: Torch Red. HEX triplet: F0, 0C and 20. RGB value is (240,12,32). Sum of RGB (Red+Green+Blue) = 240+12+32=284 (37% of max value = 765). Red value is 240 (94.14% from 255 or 84.51% from 284); Green value is 12 (5.08% from 255 or 4.23% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 240 - color contains mainly: red. Hex color #F00C20 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00C20 is #0FF3DF. Grayscale: #525252. Windows color (decimal): -1045472 or 2100464. OLE color: 2100464.

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

Color convert

RGB 240 12 32 -
CMYK 0 0.95 0.87 0.06
HSL 354.74º 0.9% 0.49% -
HSV(B) 354.74º 0.95% 0.94% -
XYZ 36.33 18.89 3.1 -
YUV 82.45 99.54 240.37 -
System Red Green Blue C M Y K H S L
Decimal 240 12 32 0 0.95 0.87 0.06 354.74 0.9 0.49
Hex F0 C 20 0 5F 57 6 163 5A 31
Octal 360 14 40 0 137 127 6 543 132 61
Binary 11110000 1100 100000 0 1011111 1010111 110 101100011 1011010 110001

Color Harmonies of #F00C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00C20

Black with #F00C20

Text Example


Text Example

White with #F00C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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