Html Css Color HEX #F21139 Torch Red

📋 copy color: '#F21139'

red 242 ◦ green 17 ◦ blue 57

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

Shades of Torch Red #F21139

Tints of Torch Red #F21139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.04%

R = 76.58%
G = 5.38%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F21139 (or 0xF21139) is known color: Torch Red. HEX triplet: F2, 11 and 39. RGB value is (242,17,57). Sum of RGB (Red+Green+Blue) = 242+17+57=316 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.58% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 57 (22.66% from 255 or 18.04% from 316); Max value from RGB is 242 - color contains mainly: red. Hex color #F21139 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21139 is #0DEEC6. Grayscale: #585858. Windows color (decimal): -913095 or 3740146. OLE color: 3740146.

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

Color convert

RGB 242 17 57 -
CMYK 0 0.93 0.76 0.05
HSL 349.33º 0.9% 0.51% -
HSV(B) 349.33º 0.93% 0.95% -
XYZ 37.56 19.57 5.67 -
YUV 88.84 110.04 237.25 -
System Red Green Blue C M Y K H S L
Decimal 242 17 57 0 0.93 0.76 0.05 349.33 0.9 0.51
Hex F2 11 39 0 5D 4C 5 15D 5A 33
Octal 362 21 71 0 135 114 5 535 132 63
Binary 11110010 10001 111001 0 1011101 1001100 101 101011101 1011010 110011

Color Harmonies of #F21139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21139

Black with #F21139

Text Example


Text Example

White with #F21139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21139; }

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

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

background-color css

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

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

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

border-color css

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

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

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