Html Css Color HEX #F21736 Torch Red

📋 copy color: '#F21736'

red 242 ◦ green 23 ◦ blue 54

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

Shades of Torch Red #F21736

Tints of Torch Red #F21736

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.21%

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

R = 75.86%
G = 7.21%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F21736 (or 0xF21736) is known color: Torch Red. HEX triplet: F2, 17 and 36. RGB value is (242,23,54). Sum of RGB (Red+Green+Blue) = 242+23+54=319 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.86% from 319); Green value is 23 (9.38% from 255 or 7.21% from 319); Blue value is 54 (21.48% from 255 or 16.93% from 319); Max value from RGB is 242 - color contains mainly: red. Hex color #F21736 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21736 is #0DE8C9. Grayscale: #5C5C5C. Windows color (decimal): -911562 or 3545074. OLE color: 3545074.

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

Color convert

RGB 242 23 54 -
CMYK 0 0.90 0.78 0.05
HSL 351.51º 0.89% 0.52% -
HSV(B) 351.51º 0.9% 0.95% -
XYZ 37.59 19.76 5.32 -
YUV 92.02 106.55 234.98 -
System Red Green Blue C M Y K H S L
Decimal 242 23 54 0 0.90 0.78 0.05 351.51 0.89 0.52
Hex F2 17 36 0 5A 4E 5 160 59 34
Octal 362 27 66 0 132 116 5 540 131 64
Binary 11110010 10111 110110 0 1011010 1001110 101 101100000 1011001 110100

Color Harmonies of #F21736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21736

Black with #F21736

Text Example


Text Example

White with #F21736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21736; }

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

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

background-color css

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

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

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

border-color css

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

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

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