Html Css Color HEX #F20A1B Torch Red

📋 copy color: '#F20A1B'

red 242 ◦ green 10 ◦ blue 27

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

Shades of Torch Red #F20A1B

Tints of Torch Red #F20A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.68%

R = 86.74%
G = 3.58%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F20A1B (or 0xF20A1B) is known color: Torch Red. HEX triplet: F2, 0A and 1B. RGB value is (242,10,27). Sum of RGB (Red+Green+Blue) = 242+10+27=279 (36% of max value = 765). Red value is 242 (94.92% from 255 or 86.74% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 242 - color contains mainly: red. Hex color #F20A1B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20A1B is #0DF5E4. Grayscale: #515151. Windows color (decimal): -914917 or 1772274. OLE color: 1772274.

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

Color convert

RGB 242 10 27 -
CMYK 0 0.96 0.89 0.05
HSL 355.6º 0.92% 0.49% -
HSV(B) 355.6º 0.96% 0.95% -
XYZ 36.92 19.17 2.79 -
YUV 81.31 97.36 242.62 -
System Red Green Blue C M Y K H S L
Decimal 242 10 27 0 0.96 0.89 0.05 355.6 0.92 0.49
Hex F2 A 1B 0 60 59 5 164 5C 31
Octal 362 12 33 0 140 131 5 544 134 61
Binary 11110010 1010 11011 0 1100000 1011001 101 101100100 1011100 110001

Color Harmonies of #F20A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20A1B

Black with #F20A1B

Text Example


Text Example

White with #F20A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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