Html Css Color HEX #F2022C Torch Red

📋 copy color: '#F2022C'

red 242 ◦ green 2 ◦ blue 44

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

Shades of Torch Red #F2022C

Tints of Torch Red #F2022C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.28%

R = 84.03%
G = 0.69%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F2022C (or 0xF2022C) is known color: Torch Red. HEX triplet: F2, 02 and 2C. RGB value is (242,2,44). Sum of RGB (Red+Green+Blue) = 242+2+44=288 (38% of max value = 765). Red value is 242 (94.92% from 255 or 84.03% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 242 - color contains mainly: red. Hex color #F2022C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2022C is #0DFDD3. Grayscale: #4E4E4E. Windows color (decimal): -916948 or 2884338. OLE color: 2884338.

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

Color convert

RGB 242 2 44 -
CMYK 0 0.99 0.82 0.05
HSL 349.5º 0.98% 0.48% -
HSV(B) 349.5º 0.99% 0.95% -
XYZ 37.09 19.1 4.11 -
YUV 78.55 108.51 244.58 -
System Red Green Blue C M Y K H S L
Decimal 242 2 44 0 0.99 0.82 0.05 349.5 0.98 0.48
Hex F2 2 2C 0 63 52 5 15E 62 30
Octal 362 2 54 0 143 122 5 536 142 60
Binary 11110010 10 101100 0 1100011 1010010 101 101011110 1100010 110000

Color Harmonies of #F2022C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2022C

Black with #F2022C

Text Example


Text Example

White with #F2022C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2022C; }

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

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

background-color css

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

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

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

border-color css

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

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

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