Html Css Color HEX #F00A2A Torch Red

📋 copy color: '#F00A2A'

red 240 ◦ green 10 ◦ blue 42

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

Shades of Torch Red #F00A2A

Tints of Torch Red #F00A2A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.42%

 BLUE value IS 42 (16.8% from 255) = 14.38%

R = 82.19%
G = 3.42%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F00A2A (or 0xF00A2A) is known color: Torch Red. HEX triplet: F0, 0A and 2A. RGB value is (240,10,42). Sum of RGB (Red+Green+Blue) = 240+10+42=292 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.19% from 292); Green value is 10 (4.30% from 255 or 3.42% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 240 - color contains mainly: red. Hex color #F00A2A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00A2A is #0FF5D5. Grayscale: #525252. Windows color (decimal): -1045974 or 2755312. OLE color: 2755312.

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

Color convert

RGB 240 10 42 -
CMYK 0 0.96 0.82 0.06
HSL 351.65º 0.92% 0.49% -
HSV(B) 351.65º 0.96% 0.94% -
XYZ 36.46 18.91 3.92 -
YUV 82.42 105.2 240.4 -
System Red Green Blue C M Y K H S L
Decimal 240 10 42 0 0.96 0.82 0.06 351.65 0.92 0.49
Hex F0 A 2A 0 60 52 6 160 5C 31
Octal 360 12 52 0 140 122 6 540 134 61
Binary 11110000 1010 101010 0 1100000 1010010 110 101100000 1011100 110001

Color Harmonies of #F00A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00A2A

Black with #F00A2A

Text Example


Text Example

White with #F00A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00A2A; }

 p { color: rgb(240,10,42); }

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

background-color css

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

 a { background-color: rgb(240,10,42); }

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

border-color css

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

 span { border-color: rgb(240,10,42); }

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