Html Css Color HEX #F21540 Torch Red

📋 copy color: '#F21540'

red 242 ◦ green 21 ◦ blue 64

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

Shades of Torch Red #F21540

Tints of Torch Red #F21540

RGB

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

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

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

R = 74.01%
G = 6.42%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F21540 (or 0xF21540) is known color: Torch Red. HEX triplet: F2, 15 and 40. RGB value is (242,21,64). Sum of RGB (Red+Green+Blue) = 242+21+64=327 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.01% from 327); Green value is 21 (8.59% from 255 or 6.42% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 242 - color contains mainly: red. Hex color #F21540 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21540 is #0DEABF. Grayscale: #5C5C5C. Windows color (decimal): -912064 or 4199922. OLE color: 4199922.

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

Color convert

RGB 242 21 64 -
CMYK 0 0.91 0.74 0.05
HSL 348.33º 0.89% 0.52% -
HSV(B) 348.33º 0.91% 0.95% -
XYZ 37.81 19.78 6.68 -
YUV 91.98 112.22 235 -
System Red Green Blue C M Y K H S L
Decimal 242 21 64 0 0.91 0.74 0.05 348.33 0.89 0.52
Hex F2 15 40 0 5B 4A 5 15C 59 34
Octal 362 25 100 0 133 112 5 534 131 64
Binary 11110010 10101 1000000 0 1011011 1001010 101 101011100 1011001 110100

Color Harmonies of #F21540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21540

Black with #F21540

Text Example


Text Example

White with #F21540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21540; }

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

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

background-color css

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

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

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

border-color css

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

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

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