Html Css Color HEX #F2181B Torch Red

📋 copy color: '#F2181B'

red 242 ◦ green 24 ◦ blue 27

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

Shades of Torch Red #F2181B

Tints of Torch Red #F2181B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.19%

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

R = 82.59%
G = 8.19%
B = 9.22%

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

#F2181B (or 0xF2181B) is known color: Torch Red. HEX triplet: F2, 18 and 1B. RGB value is (242,24,27). Sum of RGB (Red+Green+Blue) = 242+24+27=293 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.59% from 293); Green value is 24 (9.77% from 255 or 8.19% from 293); Blue value is 27 (10.94% from 255 or 9.22% from 293); Max value from RGB is 242 - color contains mainly: red. Hex color #F2181B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2181B is #0DE7E4. Grayscale: #595959. Windows color (decimal): -911333 or 1775858. OLE color: 1775858.

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

Color convert

RGB 242 24 27 -
CMYK 0 0.90 0.89 0.05
HSL 359.17º 0.89% 0.52% -
HSV(B) 359.17º 0.9% 0.95% -
XYZ 37.14 19.61 2.86 -
YUV 89.52 92.72 236.76 -
System Red Green Blue C M Y K H S L
Decimal 242 24 27 0 0.90 0.89 0.05 359.17 0.89 0.52
Hex F2 18 1B 0 5A 59 5 167 59 34
Octal 362 30 33 0 132 131 5 547 131 64
Binary 11110010 11000 11011 0 1011010 1011001 101 101100111 1011001 110100

Color Harmonies of #F2181B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2181B

Black with #F2181B

Text Example


Text Example

White with #F2181B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2181B; }

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

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

background-color css

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

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

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

border-color css

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

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

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