Html Css Color HEX #F00A2C Torch Red

📋 copy color: '#F00A2C'

red 240 ◦ green 10 ◦ blue 44

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

Shades of Torch Red #F00A2C

Tints of Torch Red #F00A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.97%

R = 81.63%
G = 3.4%
B = 14.97%

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

#F00A2C (or 0xF00A2C) is known color: Torch Red. HEX triplet: F0, 0A and 2C. RGB value is (240,10,44). Sum of RGB (Red+Green+Blue) = 240+10+44=294 (38% of max value = 765). Red value is 240 (94.14% from 255 or 81.63% from 294); Green value is 10 (4.30% from 255 or 3.40% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 240 - color contains mainly: red. Hex color #F00A2C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00A2C is #0FF5D3. Grayscale: #525252. Windows color (decimal): -1045972 or 2886384. OLE color: 2886384.

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

Color convert

RGB 240 10 44 -
CMYK 0 0.96 0.82 0.06
HSL 351.13º 0.92% 0.49% -
HSV(B) 351.13º 0.96% 0.94% -
XYZ 36.5 18.92 4.11 -
YUV 82.65 106.2 240.24 -
System Red Green Blue C M Y K H S L
Decimal 240 10 44 0 0.96 0.82 0.06 351.13 0.92 0.49
Hex F0 A 2C 0 60 52 6 15F 5C 31
Octal 360 12 54 0 140 122 6 537 134 61
Binary 11110000 1010 101100 0 1100000 1010010 110 101011111 1011100 110001

Color Harmonies of #F00A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00A2C

Black with #F00A2C

Text Example


Text Example

White with #F00A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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