Html Css Color HEX #F21942 Torch Red

📋 copy color: '#F21942'

red 242 ◦ green 25 ◦ blue 66

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

Shades of Torch Red #F21942

Tints of Torch Red #F21942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.82%

R = 72.67%
G = 7.51%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F21942 (or 0xF21942) is known color: Torch Red. HEX triplet: F2, 19 and 42. RGB value is (242,25,66). Sum of RGB (Red+Green+Blue) = 242+25+66=333 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.67% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 242 - color contains mainly: red. Hex color #F21942 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21942 is #0DE6BD. Grayscale: #5E5E5E. Windows color (decimal): -911038 or 4332018. OLE color: 4332018.

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

Color convert

RGB 242 25 66 -
CMYK 0 0.90 0.73 0.05
HSL 348.66º 0.89% 0.52% -
HSV(B) 348.66º 0.9% 0.95% -
XYZ 37.95 19.97 7.01 -
YUV 94.56 111.89 233.17 -
System Red Green Blue C M Y K H S L
Decimal 242 25 66 0 0.90 0.73 0.05 348.66 0.89 0.52
Hex F2 19 42 0 5A 49 5 15D 59 34
Octal 362 31 102 0 132 111 5 535 131 64
Binary 11110010 11001 1000010 0 1011010 1001001 101 101011101 1011001 110100

Color Harmonies of #F21942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21942

Black with #F21942

Text Example


Text Example

White with #F21942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21942; }

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

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

background-color css

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

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

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

border-color css

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

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

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