Html Css Color HEX #F21548 Torch Red

📋 copy color: '#F21548'

red 242 ◦ green 21 ◦ blue 72

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

Shades of Torch Red #F21548

Tints of Torch Red #F21548

RGB

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

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

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

R = 72.24%
G = 6.27%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F21548 (or 0xF21548) is known color: Torch Red. HEX triplet: F2, 15 and 48. RGB value is (242,21,72). Sum of RGB (Red+Green+Blue) = 242+21+72=335 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.24% from 335); Green value is 21 (8.59% from 255 or 6.27% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 242 - color contains mainly: red. Hex color #F21548 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21548 is #0DEAB7. Grayscale: #5C5C5C. Windows color (decimal): -912056 or 4724210. OLE color: 4724210.

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

Color convert

RGB 242 21 72 -
CMYK 0 0.91 0.70 0.05
HSL 346.15º 0.89% 0.52% -
HSV(B) 346.15º 0.91% 0.95% -
XYZ 38.06 19.88 7.96 -
YUV 92.89 116.22 234.35 -
System Red Green Blue C M Y K H S L
Decimal 242 21 72 0 0.91 0.70 0.05 346.15 0.89 0.52
Hex F2 15 48 0 5B 46 5 15A 59 34
Octal 362 25 110 0 133 106 5 532 131 64
Binary 11110010 10101 1001000 0 1011011 1000110 101 101011010 1011001 110100

Color Harmonies of #F21548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21548

Black with #F21548

Text Example


Text Example

White with #F21548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21548; }

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

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

background-color css

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

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

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

border-color css

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

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

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