Html Css Color HEX #F2171B Torch Red

📋 copy color: '#F2171B'

red 242 ◦ green 23 ◦ blue 27

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

Shades of Torch Red #F2171B

Tints of Torch Red #F2171B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.88%

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

R = 82.88%
G = 7.88%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F2171B (or 0xF2171B) is known color: Torch Red. HEX triplet: F2, 17 and 1B. RGB value is (242,23,27). Sum of RGB (Red+Green+Blue) = 242+23+27=292 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.88% from 292); Green value is 23 (9.38% from 255 or 7.88% from 292); Blue value is 27 (10.94% from 255 or 9.25% from 292); Max value from RGB is 242 - color contains mainly: red. Hex color #F2171B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2171B is #0DE8E4. Grayscale: #595959. Windows color (decimal): -911589 or 1775602. OLE color: 1775602.

HSL color Cylindrical-coordinate representation of color #F2171B: hue angle of 358.9º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F2171B is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 23 27 -
CMYK 0 0.90 0.89 0.05
HSL 358.9º 0.89% 0.52% -
HSV(B) 358.9º 0.9% 0.95% -
XYZ 37.12 19.57 2.86 -
YUV 88.94 93.05 237.17 -
System Red Green Blue C M Y K H S L
Decimal 242 23 27 0 0.90 0.89 0.05 358.9 0.89 0.52
Hex F2 17 1B 0 5A 59 5 167 59 34
Octal 362 27 33 0 132 131 5 547 131 64
Binary 11110010 10111 11011 0 1011010 1011001 101 101100111 1011001 110100

Color Harmonies of #F2171B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2171B

Black with #F2171B

Text Example


Text Example

White with #F2171B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2171B; }

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

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

background-color css

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

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

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

border-color css

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

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

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