Html Css Color HEX #F20A1C Torch Red

📋 copy color: '#F20A1C'

red 242 ◦ green 10 ◦ blue 28

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

Shades of Torch Red #F20A1C

Tints of Torch Red #F20A1C

RGB

 RED value IS 242 (94.92% from 255) = 86.43%

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

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

R = 86.43%
G = 3.57%
B = 10%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F20A1C (or 0xF20A1C) is known color: Torch Red. HEX triplet: F2, 0A and 1C. RGB value is (242,10,28). Sum of RGB (Red+Green+Blue) = 242+10+28=280 (37% of max value = 765). Red value is 242 (94.92% from 255 or 86.43% from 280); Green value is 10 (4.30% from 255 or 3.57% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 242 - color contains mainly: red. Hex color #F20A1C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20A1C is #0DF5E3. Grayscale: #515151. Windows color (decimal): -914916 or 1837810. OLE color: 1837810.

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

Color convert

RGB 242 10 28 -
CMYK 0 0.96 0.88 0.05
HSL 355.34º 0.92% 0.49% -
HSV(B) 355.34º 0.96% 0.95% -
XYZ 36.94 19.18 2.85 -
YUV 81.42 97.86 242.54 -
System Red Green Blue C M Y K H S L
Decimal 242 10 28 0 0.96 0.88 0.05 355.34 0.92 0.49
Hex F2 A 1C 0 60 58 5 163 5C 31
Octal 362 12 34 0 140 130 5 543 134 61
Binary 11110010 1010 11100 0 1100000 1011000 101 101100011 1011100 110001

Color Harmonies of #F20A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20A1C

Black with #F20A1C

Text Example


Text Example

White with #F20A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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