Html Css Color HEX #F21126 Torch Red

📋 copy color: '#F21126'

red 242 ◦ green 17 ◦ blue 38

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

Shades of Torch Red #F21126

Tints of Torch Red #F21126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.79%

R = 81.48%
G = 5.72%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F21126 (or 0xF21126) is known color: Torch Red. HEX triplet: F2, 11 and 26. RGB value is (242,17,38). Sum of RGB (Red+Green+Blue) = 242+17+38=297 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.48% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 38 (15.23% from 255 or 12.79% from 297); Max value from RGB is 242 - color contains mainly: red. Hex color #F21126 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21126 is #0DEED9. Grayscale: #565656. Windows color (decimal): -913114 or 2494962. OLE color: 2494962.

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

Color convert

RGB 242 17 38 -
CMYK 0 0.93 0.84 0.05
HSL 354.4º 0.9% 0.51% -
HSV(B) 354.4º 0.93% 0.95% -
XYZ 37.17 19.42 3.62 -
YUV 86.67 100.54 238.79 -
System Red Green Blue C M Y K H S L
Decimal 242 17 38 0 0.93 0.84 0.05 354.4 0.9 0.51
Hex F2 11 26 0 5D 54 5 162 5A 33
Octal 362 21 46 0 135 124 5 542 132 63
Binary 11110010 10001 100110 0 1011101 1010100 101 101100010 1011010 110011

Color Harmonies of #F21126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21126

Black with #F21126

Text Example


Text Example

White with #F21126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21126; }

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

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

background-color css

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

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

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

border-color css

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

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

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