Html Css Color HEX #F21416 Torch Red

📋 copy color: '#F21416'

red 242 ◦ green 20 ◦ blue 22

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

Shades of Torch Red #F21416

Tints of Torch Red #F21416

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.04%

 BLUE value IS 22 (8.98% from 255) = 7.75%

R = 85.21%
G = 7.04%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F21416 (or 0xF21416) is known color: Torch Red. HEX triplet: F2, 14 and 16. RGB value is (242,20,22). Sum of RGB (Red+Green+Blue) = 242+20+22=284 (37% of max value = 765). Red value is 242 (94.92% from 255 or 85.21% from 284); Green value is 20 (8.20% from 255 or 7.04% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 242 - color contains mainly: red. Hex color #F21416 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21416 is #0DEBE9. Grayscale: #565656. Windows color (decimal): -912362 or 1447154. OLE color: 1447154.

HSL color Cylindrical-coordinate representation of color #F21416: hue angle of 359.46º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F21416 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 20 22 -
CMYK 0 0.92 0.91 0.05
HSL 359.46º 0.9% 0.51% -
HSV(B) 359.46º 0.92% 0.95% -
XYZ 37.01 19.44 2.56 -
YUV 86.61 91.55 238.84 -
System Red Green Blue C M Y K H S L
Decimal 242 20 22 0 0.92 0.91 0.05 359.46 0.9 0.51
Hex F2 14 16 0 5C 5B 5 167 5A 33
Octal 362 24 26 0 134 133 5 547 132 63
Binary 11110010 10100 10110 0 1011100 1011011 101 101100111 1011010 110011

Color Harmonies of #F21416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21416

Black with #F21416

Text Example


Text Example

White with #F21416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21416; }

 p { color: rgb(242,20,22); }

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

background-color css

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

 a { background-color: rgb(242,20,22); }

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

border-color css

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

 span { border-color: rgb(242,20,22); }

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