Html Css Color HEX #F21C40 Torch Red

📋 copy color: '#F21C40'

red 242 ◦ green 28 ◦ blue 64

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

Shades of Torch Red #F21C40

Tints of Torch Red #F21C40

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.38%

 BLUE value IS 64 (25.39% from 255) = 19.16%

R = 72.46%
G = 8.38%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F21C40 (or 0xF21C40) is known color: Torch Red. HEX triplet: F2, 1C and 40. RGB value is (242,28,64). Sum of RGB (Red+Green+Blue) = 242+28+64=334 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.46% from 334); Green value is 28 (11.33% from 255 or 8.38% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 242 - color contains mainly: red. Hex color #F21C40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21C40 is #0DE3BF. Grayscale: #606060. Windows color (decimal): -910272 or 4201714. OLE color: 4201714.

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

Color convert

RGB 242 28 64 -
CMYK 0 0.88 0.74 0.05
HSL 349.91º 0.89% 0.53% -
HSV(B) 349.91º 0.88% 0.95% -
XYZ 37.96 20.08 6.73 -
YUV 96.09 109.9 232.07 -
System Red Green Blue C M Y K H S L
Decimal 242 28 64 0 0.88 0.74 0.05 349.91 0.89 0.53
Hex F2 1C 40 0 58 4A 5 15E 59 35
Octal 362 34 100 0 130 112 5 536 131 65
Binary 11110010 11100 1000000 0 1011000 1001010 101 101011110 1011001 110101

Color Harmonies of #F21C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21C40

Black with #F21C40

Text Example


Text Example

White with #F21C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21C40; }

 p { color: rgb(242,28,64); }

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

background-color css

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

 a { background-color: rgb(242,28,64); }

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

border-color css

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

 span { border-color: rgb(242,28,64); }

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