Html Css Color HEX #F21134 Torch Red

📋 copy color: '#F21134'

red 242 ◦ green 17 ◦ blue 52

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

Shades of Torch Red #F21134

Tints of Torch Red #F21134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.72%

R = 77.81%
G = 5.47%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F21134 (or 0xF21134) is known color: Torch Red. HEX triplet: F2, 11 and 34. RGB value is (242,17,52). Sum of RGB (Red+Green+Blue) = 242+17+52=311 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.81% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 52 (20.70% from 255 or 16.72% from 311); Max value from RGB is 242 - color contains mainly: red. Hex color #F21134 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21134 is #0DEECB. Grayscale: #585858. Windows color (decimal): -913100 or 3412466. OLE color: 3412466.

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

Color convert

RGB 242 17 52 -
CMYK 0 0.93 0.79 0.05
HSL 350.67º 0.9% 0.51% -
HSV(B) 350.67º 0.93% 0.95% -
XYZ 37.44 19.53 5.04 -
YUV 88.27 107.54 237.65 -
System Red Green Blue C M Y K H S L
Decimal 242 17 52 0 0.93 0.79 0.05 350.67 0.9 0.51
Hex F2 11 34 0 5D 4F 5 15F 5A 33
Octal 362 21 64 0 135 117 5 537 132 63
Binary 11110010 10001 110100 0 1011101 1001111 101 101011111 1011010 110011

Color Harmonies of #F21134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21134

Black with #F21134

Text Example


Text Example

White with #F21134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21134; }

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

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

background-color css

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

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

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

border-color css

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

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

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