Html Css Color HEX #F00A1C Torch Red

📋 copy color: '#F00A1C'

red 240 ◦ green 10 ◦ blue 28

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

Shades of Torch Red #F00A1C

Tints of Torch Red #F00A1C

RGB

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

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

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

R = 86.33%
G = 3.6%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F00A1C (or 0xF00A1C) is known color: Torch Red. HEX triplet: F0, 0A and 1C. RGB value is (240,10,28). Sum of RGB (Red+Green+Blue) = 240+10+28=278 (36% of max value = 765). Red value is 240 (94.14% from 255 or 86.33% from 278); Green value is 10 (4.30% from 255 or 3.60% from 278); Blue value is 28 (11.33% from 255 or 10.07% from 278); Max value from RGB is 240 - color contains mainly: red. Hex color #F00A1C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00A1C is #0FF5E3. Grayscale: #505050. Windows color (decimal): -1045988 or 1837808. OLE color: 1837808.

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

Color convert

RGB 240 10 28 -
CMYK 0 0.96 0.88 0.06
HSL 355.3º 0.92% 0.49% -
HSV(B) 355.3º 0.96% 0.94% -
XYZ 36.25 18.83 2.82 -
YUV 80.82 98.2 241.54 -
System Red Green Blue C M Y K H S L
Decimal 240 10 28 0 0.96 0.88 0.06 355.3 0.92 0.49
Hex F0 A 1C 0 60 58 6 163 5C 31
Octal 360 12 34 0 140 130 6 543 134 61
Binary 11110000 1010 11100 0 1100000 1011000 110 101100011 1011100 110001

Color Harmonies of #F00A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00A1C

Black with #F00A1C

Text Example


Text Example

White with #F00A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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