Html Css Color HEX #F21939 Torch Red

📋 copy color: '#F21939'

red 242 ◦ green 25 ◦ blue 57

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

Shades of Torch Red #F21939

Tints of Torch Red #F21939

RGB

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

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

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

R = 74.69%
G = 7.72%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F21939 (or 0xF21939) is known color: Torch Red. HEX triplet: F2, 19 and 39. RGB value is (242,25,57). Sum of RGB (Red+Green+Blue) = 242+25+57=324 (42% of max value = 765). Red value is 242 (94.92% from 255 or 74.69% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 57 (22.66% from 255 or 17.59% from 324); Max value from RGB is 242 - color contains mainly: red. Hex color #F21939 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21939 is #0DE6C6. Grayscale: #5D5D5D. Windows color (decimal): -911047 or 3742194. OLE color: 3742194.

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

Color convert

RGB 242 25 57 -
CMYK 0 0.90 0.76 0.05
HSL 351.15º 0.89% 0.52% -
HSV(B) 351.15º 0.9% 0.95% -
XYZ 37.7 19.87 5.72 -
YUV 93.53 107.39 233.9 -
System Red Green Blue C M Y K H S L
Decimal 242 25 57 0 0.90 0.76 0.05 351.15 0.89 0.52
Hex F2 19 39 0 5A 4C 5 15F 59 34
Octal 362 31 71 0 132 114 5 537 131 64
Binary 11110010 11001 111001 0 1011010 1001100 101 101011111 1011001 110100

Color Harmonies of #F21939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21939

Black with #F21939

Text Example


Text Example

White with #F21939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21939; }

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

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

background-color css

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

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

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

border-color css

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

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

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