Html Css Color HEX #F2112D Torch Red

📋 copy color: '#F2112D'

red 242 ◦ green 17 ◦ blue 45

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

Shades of Torch Red #F2112D

Tints of Torch Red #F2112D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.59%

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

R = 79.61%
G = 5.59%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F2112D (or 0xF2112D) is known color: Torch Red. HEX triplet: F2, 11 and 2D. RGB value is (242,17,45). Sum of RGB (Red+Green+Blue) = 242+17+45=304 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.61% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 242 - color contains mainly: red. Hex color #F2112D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2112D is #0DEED2. Grayscale: #575757. Windows color (decimal): -913107 or 2953714. OLE color: 2953714.

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

Color convert

RGB 242 17 45 -
CMYK 0 0.93 0.81 0.05
HSL 352.53º 0.9% 0.51% -
HSV(B) 352.53º 0.93% 0.95% -
XYZ 37.29 19.47 4.27 -
YUV 87.47 104.04 238.22 -
System Red Green Blue C M Y K H S L
Decimal 242 17 45 0 0.93 0.81 0.05 352.53 0.9 0.51
Hex F2 11 2D 0 5D 51 5 161 5A 33
Octal 362 21 55 0 135 121 5 541 132 63
Binary 11110010 10001 101101 0 1011101 1010001 101 101100001 1011010 110011

Color Harmonies of #F2112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2112D

Black with #F2112D

Text Example


Text Example

White with #F2112D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2112D; }

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

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

background-color css

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

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

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

border-color css

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

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

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