Html Css Color HEX #F21748 Torch Red

📋 copy color: '#F21748'

red 242 ◦ green 23 ◦ blue 72

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

Shades of Torch Red #F21748

Tints of Torch Red #F21748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.36%

R = 71.81%
G = 6.82%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F21748 (or 0xF21748) is known color: Torch Red. HEX triplet: F2, 17 and 48. RGB value is (242,23,72). Sum of RGB (Red+Green+Blue) = 242+23+72=337 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.81% from 337); Green value is 23 (9.38% from 255 or 6.82% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 242 - color contains mainly: red. Hex color #F21748 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21748 is #0DE8B7. Grayscale: #5E5E5E. Windows color (decimal): -911544 or 4724722. OLE color: 4724722.

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

Color convert

RGB 242 23 72 -
CMYK 0 0.90 0.70 0.05
HSL 346.58º 0.89% 0.52% -
HSV(B) 346.58º 0.9% 0.95% -
XYZ 38.09 19.96 7.98 -
YUV 94.07 115.55 233.52 -
System Red Green Blue C M Y K H S L
Decimal 242 23 72 0 0.90 0.70 0.05 346.58 0.89 0.52
Hex F2 17 48 0 5A 46 5 15B 59 34
Octal 362 27 110 0 132 106 5 533 131 64
Binary 11110010 10111 1001000 0 1011010 1000110 101 101011011 1011001 110100

Color Harmonies of #F21748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21748

Black with #F21748

Text Example


Text Example

White with #F21748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21748; }

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

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

background-color css

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

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

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

border-color css

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

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

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