Html Css Color HEX #F20226 Torch Red

📋 copy color: '#F20226'

red 242 ◦ green 2 ◦ blue 38

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

Shades of Torch Red #F20226

Tints of Torch Red #F20226

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

 BLUE value IS 38 (15.23% from 255) = 13.48%

R = 85.82%
G = 0.71%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F20226 (or 0xF20226) is known color: Torch Red. HEX triplet: F2, 02 and 26. RGB value is (242,2,38). Sum of RGB (Red+Green+Blue) = 242+2+38=282 (37% of max value = 765). Red value is 242 (94.92% from 255 or 85.82% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 38 (15.23% from 255 or 13.48% from 282); Max value from RGB is 242 - color contains mainly: red. Hex color #F20226 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20226 is #0DFDD9. Grayscale: #4D4D4D. Windows color (decimal): -916954 or 2491122. OLE color: 2491122.

HSL color Cylindrical-coordinate representation of color #F20226: hue angle of 351º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F20226 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 2 38 -
CMYK 0 0.99 0.84 0.05
HSL 351º 0.98% 0.48% -
HSV(B) 351º 0.99% 0.95% -
XYZ 36.99 19.06 3.56 -
YUV 77.86 105.51 245.07 -
System Red Green Blue C M Y K H S L
Decimal 242 2 38 0 0.99 0.84 0.05 351 0.98 0.48
Hex F2 2 26 0 63 54 5 15F 62 30
Octal 362 2 46 0 143 124 5 537 142 60
Binary 11110010 10 100110 0 1100011 1010100 101 101011111 1100010 110000

Color Harmonies of #F20226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20226

Black with #F20226

Text Example


Text Example

White with #F20226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20226; }

 p { color: rgb(242,2,38); }

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

background-color css

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

 a { background-color: rgb(242,2,38); }

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

border-color css

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

 span { border-color: rgb(242,2,38); }

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