Html Css Color HEX #F21124 Torch Red

📋 copy color: '#F21124'

red 242 ◦ green 17 ◦ blue 36

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

Shades of Torch Red #F21124

Tints of Torch Red #F21124

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.76%

 BLUE value IS 36 (14.45% from 255) = 12.2%

R = 82.03%
G = 5.76%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F21124 (or 0xF21124) is known color: Torch Red. HEX triplet: F2, 11 and 24. RGB value is (242,17,36). Sum of RGB (Red+Green+Blue) = 242+17+36=295 (39% of max value = 765). Red value is 242 (94.92% from 255 or 82.03% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 36 (14.45% from 255 or 12.20% from 295); Max value from RGB is 242 - color contains mainly: red. Hex color #F21124 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21124 is #0DEEDB. Grayscale: #565656. Windows color (decimal): -913116 or 2363890. OLE color: 2363890.

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

Color convert

RGB 242 17 36 -
CMYK 0 0.93 0.85 0.05
HSL 354.93º 0.9% 0.51% -
HSV(B) 354.93º 0.93% 0.95% -
XYZ 37.14 19.41 3.46 -
YUV 86.44 99.54 238.96 -
System Red Green Blue C M Y K H S L
Decimal 242 17 36 0 0.93 0.85 0.05 354.93 0.9 0.51
Hex F2 11 24 0 5D 55 5 163 5A 33
Octal 362 21 44 0 135 125 5 543 132 63
Binary 11110010 10001 100100 0 1011101 1010101 101 101100011 1011010 110011

Color Harmonies of #F21124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21124

Black with #F21124

Text Example


Text Example

White with #F21124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21124; }

 p { color: rgb(242,17,36); }

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

background-color css

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

 a { background-color: rgb(242,17,36); }

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

border-color css

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

 span { border-color: rgb(242,17,36); }

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