Html Css Color HEX #F21639 Torch Red

📋 copy color: '#F21639'

red 242 ◦ green 22 ◦ blue 57

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

Shades of Torch Red #F21639

Tints of Torch Red #F21639

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.85%

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

R = 75.39%
G = 6.85%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F21639 (or 0xF21639) is known color: Torch Red. HEX triplet: F2, 16 and 39. RGB value is (242,22,57). Sum of RGB (Red+Green+Blue) = 242+22+57=321 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.39% from 321); Green value is 22 (8.98% from 255 or 6.85% from 321); Blue value is 57 (22.66% from 255 or 17.76% from 321); Max value from RGB is 242 - color contains mainly: red. Hex color #F21639 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21639 is #0DE9C6. Grayscale: #5B5B5B. Windows color (decimal): -911815 or 3741426. OLE color: 3741426.

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

Color convert

RGB 242 22 57 -
CMYK 0 0.91 0.76 0.05
HSL 350.45º 0.89% 0.52% -
HSV(B) 350.45º 0.91% 0.95% -
XYZ 37.64 19.75 5.7 -
YUV 91.77 108.39 235.15 -
System Red Green Blue C M Y K H S L
Decimal 242 22 57 0 0.91 0.76 0.05 350.45 0.89 0.52
Hex F2 16 39 0 5B 4C 5 15E 59 34
Octal 362 26 71 0 133 114 5 536 131 64
Binary 11110010 10110 111001 0 1011011 1001100 101 101011110 1011001 110100

Color Harmonies of #F21639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21639

Black with #F21639

Text Example


Text Example

White with #F21639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21639; }

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

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

background-color css

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

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

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

border-color css

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

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

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