Html Css Color HEX #F21241 Torch Red

📋 copy color: '#F21241'

red 242 ◦ green 18 ◦ blue 65

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

Shades of Torch Red #F21241

Tints of Torch Red #F21241

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.54%

 BLUE value IS 65 (25.78% from 255) = 20%

R = 74.46%
G = 5.54%
B = 20%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F21241 (or 0xF21241) is known color: Torch Red. HEX triplet: F2, 12 and 41. RGB value is (242,18,65). Sum of RGB (Red+Green+Blue) = 242+18+65=325 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.46% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 242 - color contains mainly: red. Hex color #F21241 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21241 is #0DEDBE. Grayscale: #5A5A5A. Windows color (decimal): -912831 or 4264690. OLE color: 4264690.

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

Color convert

RGB 242 18 65 -
CMYK 0 0.93 0.73 0.05
HSL 347.41º 0.9% 0.51% -
HSV(B) 347.41º 0.93% 0.95% -
XYZ 37.79 19.69 6.81 -
YUV 90.33 113.71 236.18 -
System Red Green Blue C M Y K H S L
Decimal 242 18 65 0 0.93 0.73 0.05 347.41 0.9 0.51
Hex F2 12 41 0 5D 49 5 15B 5A 33
Octal 362 22 101 0 135 111 5 533 132 63
Binary 11110010 10010 1000001 0 1011101 1001001 101 101011011 1011010 110011

Color Harmonies of #F21241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21241

Black with #F21241

Text Example


Text Example

White with #F21241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21241; }

 p { color: rgb(242,18,65); }

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

background-color css

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

 a { background-color: rgb(242,18,65); }

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

border-color css

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

 span { border-color: rgb(242,18,65); }

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