Html Css Color HEX #F21536 Torch Red

📋 copy color: '#F21536'

red 242 ◦ green 21 ◦ blue 54

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

Shades of Torch Red #F21536

Tints of Torch Red #F21536

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.62%

 BLUE value IS 54 (21.48% from 255) = 17.03%

R = 76.34%
G = 6.62%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F21536 (or 0xF21536) is known color: Torch Red. HEX triplet: F2, 15 and 36. RGB value is (242,21,54). Sum of RGB (Red+Green+Blue) = 242+21+54=317 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.34% from 317); Green value is 21 (8.59% from 255 or 6.62% from 317); Blue value is 54 (21.48% from 255 or 17.03% from 317); Max value from RGB is 242 - color contains mainly: red. Hex color #F21536 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21536 is #0DEAC9. Grayscale: #5A5A5A. Windows color (decimal): -912074 or 3544562. OLE color: 3544562.

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

Color convert

RGB 242 21 54 -
CMYK 0 0.91 0.78 0.05
HSL 351.04º 0.89% 0.52% -
HSV(B) 351.04º 0.91% 0.95% -
XYZ 37.55 19.68 5.31 -
YUV 90.84 107.22 235.82 -
System Red Green Blue C M Y K H S L
Decimal 242 21 54 0 0.91 0.78 0.05 351.04 0.89 0.52
Hex F2 15 36 0 5B 4E 5 15F 59 34
Octal 362 25 66 0 133 116 5 537 131 64
Binary 11110010 10101 110110 0 1011011 1001110 101 101011111 1011001 110100

Color Harmonies of #F21536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21536

Black with #F21536

Text Example


Text Example

White with #F21536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21536; }

 p { color: rgb(242,21,54); }

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

background-color css

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

 a { background-color: rgb(242,21,54); }

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

border-color css

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

 span { border-color: rgb(242,21,54); }

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