Html Css Color HEX #F2192D Torch Red

📋 copy color: '#F2192D'

red 242 ◦ green 25 ◦ blue 45

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

Shades of Torch Red #F2192D

Tints of Torch Red #F2192D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.01%

 BLUE value IS 45 (17.97% from 255) = 14.42%

R = 77.56%
G = 8.01%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F2192D (or 0xF2192D) is known color: Torch Red. HEX triplet: F2, 19 and 2D. RGB value is (242,25,45). Sum of RGB (Red+Green+Blue) = 242+25+45=312 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.56% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 242 - color contains mainly: red. Hex color #F2192D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2192D is #0DE6D2. Grayscale: #5C5C5C. Windows color (decimal): -911059 or 2955762. OLE color: 2955762.

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

Color convert

RGB 242 25 45 -
CMYK 0 0.90 0.81 0.05
HSL 354.47º 0.89% 0.52% -
HSV(B) 354.47º 0.9% 0.95% -
XYZ 37.44 19.76 4.32 -
YUV 92.16 101.39 234.87 -
System Red Green Blue C M Y K H S L
Decimal 242 25 45 0 0.90 0.81 0.05 354.47 0.89 0.52
Hex F2 19 2D 0 5A 51 5 162 59 34
Octal 362 31 55 0 132 121 5 542 131 64
Binary 11110010 11001 101101 0 1011010 1010001 101 101100010 1011001 110100

Color Harmonies of #F2192D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2192D

Black with #F2192D

Text Example


Text Example

White with #F2192D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2192D; }

 p { color: rgb(242,25,45); }

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

background-color css

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

 a { background-color: rgb(242,25,45); }

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

border-color css

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

 span { border-color: rgb(242,25,45); }

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