Html Css Color HEX #F2182B Torch Red

📋 copy color: '#F2182B'

red 242 ◦ green 24 ◦ blue 43

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

Shades of Torch Red #F2182B

Tints of Torch Red #F2182B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.92%

R = 78.32%
G = 7.77%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F2182B (or 0xF2182B) is known color: Torch Red. HEX triplet: F2, 18 and 2B. RGB value is (242,24,43). Sum of RGB (Red+Green+Blue) = 242+24+43=309 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.32% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 43 (17.19% from 255 or 13.92% from 309); Max value from RGB is 242 - color contains mainly: red. Hex color #F2182B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2182B is #0DE7D4. Grayscale: #5B5B5B. Windows color (decimal): -911317 or 2824434. OLE color: 2824434.

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

Color convert

RGB 242 24 43 -
CMYK 0 0.90 0.82 0.05
HSL 354.77º 0.89% 0.52% -
HSV(B) 354.77º 0.9% 0.95% -
XYZ 37.38 19.7 4.12 -
YUV 91.35 100.72 235.46 -
System Red Green Blue C M Y K H S L
Decimal 242 24 43 0 0.90 0.82 0.05 354.77 0.89 0.52
Hex F2 18 2B 0 5A 52 5 163 59 34
Octal 362 30 53 0 132 122 5 543 131 64
Binary 11110010 11000 101011 0 1011010 1010010 101 101100011 1011001 110100

Color Harmonies of #F2182B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2182B

Black with #F2182B

Text Example


Text Example

White with #F2182B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2182B; }

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

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

background-color css

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

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

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

border-color css

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

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

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