Html Css Color HEX #F21339 Torch Red

📋 copy color: '#F21339'

red 242 ◦ green 19 ◦ blue 57

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

Shades of Torch Red #F21339

Tints of Torch Red #F21339

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.97%

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

R = 76.1%
G = 5.97%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F21339 (or 0xF21339) is known color: Torch Red. HEX triplet: F2, 13 and 39. RGB value is (242,19,57). Sum of RGB (Red+Green+Blue) = 242+19+57=318 (42% of max value = 765). Red value is 242 (94.92% from 255 or 76.10% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 57 (22.66% from 255 or 17.92% from 318); Max value from RGB is 242 - color contains mainly: red. Hex color #F21339 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21339 is #0DECC6. Grayscale: #5A5A5A. Windows color (decimal): -912583 or 3740658. OLE color: 3740658.

HSL color Cylindrical-coordinate representation of color #F21339: hue angle of 349.78º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F21339 is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 19 57 -
CMYK 0 0.92 0.76 0.05
HSL 349.78º 0.9% 0.51% -
HSV(B) 349.78º 0.92% 0.95% -
XYZ 37.59 19.64 5.68 -
YUV 90.01 109.38 236.41 -
System Red Green Blue C M Y K H S L
Decimal 242 19 57 0 0.92 0.76 0.05 349.78 0.9 0.51
Hex F2 13 39 0 5C 4C 5 15E 5A 33
Octal 362 23 71 0 134 114 5 536 132 63
Binary 11110010 10011 111001 0 1011100 1001100 101 101011110 1011010 110011

Color Harmonies of #F21339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21339

Black with #F21339

Text Example


Text Example

White with #F21339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21339; }

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

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

background-color css

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

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

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

border-color css

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

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

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